#927549
A medium, moderate orange closely aligning with Tan.
About #927549
Visually, #927549 is defined as a moderate orange. Designers often compare it to the standard color Tan. This translates to an RGB value of rgb(146, 117, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 20% M, 50% Y, and 43% K. The HSL representation is 36.2° hue, 33.3% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#927549
RGB146, 117, 73
HSL36.2°, 33.3%, 42.9%
CMYK0%, 20%, 50%, 43%
HSV36.2°, 50.0%, 57.3%
LAB51.1, 5.5, 28.5
XYZ19.4, 19.3, 9.0
Decimal9598281
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #927549;
}
.text-color {
color: #927549;
}
.border-color {
border: 2px solid #927549;
}