#8A4224
A dark, moderate orange closely aligning with Sienna.
About #8A4224
Visually, #8A4224 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 138 red, 66 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 52% Magenta, 74% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A4224
RGB138, 66, 36
HSL17.6°, 58.6%, 34.1%
CMYK0%, 52%, 74%, 46%
HSV17.6°, 73.9%, 54.1%
LAB36.8, 28.4, 31.9
XYZ12.7, 9.4, 2.8
Decimal9060900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.28:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A4224;
}
.text-color {
color: #8A4224;
}
.border-color {
border: 2px solid #8A4224;
}