#8A5716
A dark, vivid orange closely aligning with Saddlebrown.
About #8A5716
The hex code #8A5716 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(138, 87, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 37% M, 84% Y, and 46% K. With a hue angle of 33.6 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#8A5716
RGB138, 87, 22
HSL33.6°, 72.5%, 31.4%
CMYK0%, 37%, 84%, 46%
HSV33.6°, 84.1%, 54.1%
LAB41.7, 15.8, 43.4
XYZ14.0, 12.3, 2.4
Decimal9066262
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A5716;
}
.text-color {
color: #8A5716;
}
.border-color {
border: 2px solid #8A5716;
}