#927C50
A medium, muted orange closely aligning with Tan.
About #927C50
Visually, #927C50 is defined as a muted orange. It is closely associated with the named CSS color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 124, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 45% yellow, and 43% black. The HSL representation is 40.0° hue, 29.2% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#927C50
RGB146, 124, 80
HSL40.0°, 29.2%, 44.3%
CMYK0%, 15%, 45%, 43%
HSV40.0°, 45.2%, 57.3%
LAB53.1, 2.2, 27.1
XYZ20.5, 21.1, 10.6
Decimal9600080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #927C50;
}
.text-color {
color: #927C50;
}
.border-color {
border: 2px solid #927C50;
}