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": "burnt-umber-vs-saddle-brown",
"type": "nearest",
"name": "Burnt Umber vs Saddle Brown",
"verdict": "Burnt Umber and Saddle Brown are very close colors. Saddle Brown is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.15:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Burnt Umber and Saddle Brown are different red and orange colors with HEX values #8A3324 and #8B4513. According to Colors Encyclopedia, their RGB distance is 24.8, their contrast ratio is 1.15:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.8,
"contrastRatio": 1.15,
"colors": [
{
"slug": "burnt-umber",
"name": "Burnt Umber",
"hex": "#8A3324",
"rgb": [
138,
51,
36
],
"hsl": [
9,
59,
34
],
"cmyk": [
0,
63,
74,
46
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.079,
"contrast": {
"black": 2.58,
"white": 8.14
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.14
},
"description": "Burnt Umber is #8A3324, a warm red color with balanced character. Compared with Saddle Brown, 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/burnt-umber/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/burnt-umber.json"
},
{
"slug": "saddle-brown",
"name": "Saddle Brown",
"hex": "#8B4513",
"rgb": [
139,
69,
19
],
"hsl": [
25,
76,
31
],
"cmyk": [
0,
50,
86,
45
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0979,
"contrast": {
"black": 2.96,
"white": 7.1
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 7.1
},
"description": "Saddle Brown is #8B4513, a warm orange color with balanced character. Compared with Burnt Umber, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/saddle-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/saddle-brown.json"
}
],
"differences": {
"rgbDistance": 24.8,
"contrastRatio": 1.15,
"hslDelta": {
"hue": 16,
"saturation": 17,
"lightness": 3
},
"luminanceDelta": 0.0189,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Saddle Brown",
"moreSaturatedColor": "Saddle Brown"
},
"accessibility": {
"pairContrastRatio": 1.15,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Burnt Umber",
"background": "#8A3324",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.14
},
{
"color": "Saddle Brown",
"background": "#8B4513",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 7.1
}
]
},
"useCases": {
"chooseFirstWhen": "Burnt Umber is better when the design needs balanced red character, warm temperature, and the specific HEX value #8A3324.",
"chooseSecondWhen": "Saddle Brown is better when the design needs balanced orange character, warm temperature, and the specific HEX value #8B4513.",
"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/burnt-umber-vs-saddle-brown.json",
"https://www.colorsencyclopedia.com/api/colors/burnt-umber.json",
"https://www.colorsencyclopedia.com/api/colors/saddle-brown.json"
],
"url": "https://www.colorsencyclopedia.com/compare/burnt-umber-vs-saddle-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/burnt-umber-vs-saddle-brown.json"
}