#8A6649
A medium, moderate orange closely aligning with Sienna.
About #8A6649
When working with digital screens, the color #8A6649 is rendered by mixing light. Its closest recognized web color is Sienna. This translates to an RGB value of rgb(138, 102, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 26% Magenta, 47% Yellow, and 46% Black. With a hue angle of 26.8 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A6649
RGB138, 102, 73
HSL26.8°, 30.8%, 41.4%
CMYK0%, 26%, 47%, 46%
HSV26.8°, 47.1%, 54.1%
LAB46.2, 10.6, 22.0
XYZ16.4, 15.4, 8.4
Decimal9070153
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A6649;
}
.text-color {
color: #8A6649;
}
.border-color {
border: 2px solid #8A6649;
}