#8A570F
A dark, vivid orange closely aligning with Saddlebrown.
About #8A570F
At its core, #8A570F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 138 parts red, 87 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 37% magenta, 89% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A570F
RGB138, 87, 15
HSL35.1°, 80.4%, 30.0%
CMYK0%, 37%, 89%, 46%
HSV35.1°, 89.1%, 54.1%
LAB41.6, 15.6, 45.9
XYZ14.0, 12.3, 2.1
Decimal9066255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.09:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.82:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A570F;
}
.text-color {
color: #8A570F;
}
.border-color {
border: 2px solid #8A570F;
}