colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "bark-vs-pine-bark",
"type": "nearest",
"name": "Bark vs Pine Bark",
"verdict": "Bark and Pine Bark are very close colors. Bark is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Bark and Pine Bark are different orange colors with HEX values #5B3A29 and #4A3728. According to Colors Encyclopedia, their RGB distance is 17.3, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17.3,
"contrastRatio": 1.11,
"colors": [
{
"slug": "bark",
"name": "Bark",
"hex": "#5B3A29",
"rgb": [
91,
58,
41
],
"hsl": [
20,
38,
26
],
"cmyk": [
0,
36,
55,
64
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.0541,
"contrast": {
"black": 2.08,
"white": 10.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 10.09
},
"description": "Bark is #5B3A29, a warm orange color with earth tone character. Compared with Pine Bark, it is lighter and more saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bark/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bark.json"
},
{
"slug": "pine-bark",
"name": "Pine Bark",
"hex": "#4A3728",
"rgb": [
74,
55,
40
],
"hsl": [
26,
30,
22
],
"cmyk": [
0,
26,
46,
71
],
"family": "orange",
"temperature": "warm",
"tone": [
"dark",
"earth-tone"
],
"luminance": 0.0434,
"contrast": {
"black": 1.87,
"white": 11.24
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 11.24
},
"description": "Pine Bark is #4A3728, a warm orange color with dark and earth tone character. Compared with Bark, it is darker and less saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pine-bark/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pine-bark.json"
}
],
"differences": {
"rgbDistance": 17.3,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 6,
"saturation": 8,
"lightness": 4
},
"luminanceDelta": 0.0107,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Bark",
"moreSaturatedColor": "Bark"
},
"accessibility": {
"pairContrastRatio": 1.11,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Bark",
"background": "#5B3A29",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 10.09
},
{
"color": "Pine Bark",
"background": "#4A3728",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 11.24
}
]
},
"useCases": {
"chooseFirstWhen": "Bark is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #5B3A29.",
"chooseSecondWhen": "Pine Bark is better when the design needs dark and earth tone orange character, warm temperature, and the specific HEX value #4A3728.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/bark-vs-pine-bark.json",
"https://www.colorsencyclopedia.com/api/colors/bark.json",
"https://www.colorsencyclopedia.com/api/colors/pine-bark.json"
],
"url": "https://www.colorsencyclopedia.com/compare/bark-vs-pine-bark/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/bark-vs-pine-bark.json"
}