#8A4907
A dark, vivid orange closely aligning with Saddlebrown.
About #8A4907
At its core, #8A4907 is a dark and vivid hue. It is closely associated with the named CSS color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 73, and 7.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 47% Magenta, 95% Yellow, and 46% Black. With a hue angle of 30.2 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A4907
RGB138, 73, 7
HSL30.2°, 90.3%, 28.4%
CMYK0%, 47%, 95%, 46%
HSV30.2°, 94.9%, 54.1%
LAB38.2, 23.5, 45.6
XYZ12.9, 10.2, 1.5
Decimal9062663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.92:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A4907;
}
.text-color {
color: #8A4907;
}
.border-color {
border: 2px solid #8A4907;
}