#8A3A0F
A dark, vivid orange closely aligning with Saddlebrown.
About #8A3A0F
Visually, #8A3A0F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 138 red, 58 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 58% magenta, 89% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3A0F
RGB138, 58, 15
HSL21.0°, 80.4%, 30.0%
CMYK0%, 58%, 89%, 46%
HSV21.0°, 89.1%, 54.1%
LAB34.9, 31.9, 40.4
XYZ12.1, 8.5, 1.4
Decimal9058831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.80:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.45:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3A0F;
}
.text-color {
color: #8A3A0F;
}
.border-color {
border: 2px solid #8A3A0F;
}