#995F50
A medium, moderate red closely aligning with Sienna.
About #995F50
At its core, #995F50 is a medium and moderate hue. Designers often compare it to the standard color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 95, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 38% Magenta, 48% Yellow, and 40% Black. The HSL representation is 12.3° hue, 31.3% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#995F50
RGB153, 95, 80
HSL12.3°, 31.3%, 45.7%
CMYK0%, 38%, 48%, 40%
HSV12.3°, 47.7%, 60.0%
LAB46.4, 21.9, 18.5
XYZ18.7, 15.5, 9.6
Decimal10051408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995F50;
}
.text-color {
color: #995F50;
}
.border-color {
border: 2px solid #995F50;
}