#8A3A07
A dark, vivid orange closely aligning with Saddlebrown.
About #8A3A07
The precise color #8A3A07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(138, 58, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 58% M, 95% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A3A07
RGB138, 58, 7
HSL23.4°, 90.3%, 28.4%
CMYK0%, 58%, 95%, 46%
HSV23.4°, 94.9%, 54.1%
LAB34.9, 31.7, 43.3
XYZ12.0, 8.4, 1.2
Decimal9058823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.81:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3A07;
}
.text-color {
color: #8A3A07;
}
.border-color {
border: 2px solid #8A3A07;
}