#8A3307
A dark, vivid orange closely aligning with Saddlebrown.
About #8A3307
When working with digital screens, the color #8A3307 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 138 red, 51 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 63% Magenta, 95% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A3307
RGB138, 51, 7
HSL20.2°, 90.3%, 28.4%
CMYK0%, 63%, 95%, 46%
HSV20.2°, 94.9%, 54.1%
LAB33.5, 35.2, 42.3
XYZ11.7, 7.8, 1.1
Decimal9057031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.21:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.85:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3307;
}
.text-color {
color: #8A3307;
}
.border-color {
border: 2px solid #8A3307;
}