#926D50
A medium, muted orange closely aligning with Rosybrown.
About #926D50
The hex code #926D50 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 109, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 25% Magenta, 45% Yellow, and 43% Black. The HSL representation is 26.4° hue, 29.2% saturation, and 44.3% lightness.
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#926D50
RGB146, 109, 80
HSL26.4°, 29.2%, 44.3%
CMYK0%, 25%, 45%, 43%
HSV26.4°, 45.2%, 57.3%
LAB49.0, 10.8, 21.9
XYZ18.8, 17.6, 10.0
Decimal9596240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #926D50;
}
.text-color {
color: #926D50;
}
.border-color {
border: 2px solid #926D50;
}