Shades of Saddle #5F5249
Tints of Saddle #5F5249
RGB
CMYK
RGB Variations
Color information
#5F5249 (or 0x5F5249) is known color: Saddle. HEX triplet: 5F, 52 and 49. RGB value is (95,82,73). Sum of RGB (Red+Green+Blue) = 95+82+73=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5249 is #A0ADB6. Grayscale: #545454. Windows color (decimal): -10530231 or 4805215. OLE color: 4805215.
HSL color Cylindrical-coordinate representation of color #5F5249: hue angle of 24.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F5249 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 82 | 73 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.63 |
| HSL | 24.55º | 0.13% | 0.33% | - |
| HSV(B) | 24.55º | 0.23% | 0.37% | - |
| XYZ | 8.94 | 8.95 | 7.56 | - |
| YUV | 84.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 73 | 0 | 0.14 | 0.23 | 0.63 | 24.55 | 0.13 | 0.33 |
| Hex | 5F | 52 | 49 | 0 | E | 17 | 3F | 19 | D | 21 |
| Octal | 137 | 122 | 111 | 0 | 16 | 27 | 77 | 31 | 15 | 41 |
| Binary | 1011111 | 1010010 | 1001001 | 0 | 1110 | 10111 | 111111 | 11001 | 1101 | 100001 |
Color Harmonies of #5F5249
Complementary color
Monochromatic Colors of #5F5249
Black with #5F5249
Text Example
Text Example
White with #5F5249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5249; }
p { color: rgb(95,82,73); }
H1.HeaderClassName
{
color: #5F5249;
}
.AnyTagClassName
{
color: #5F5249;
}
</style>
background-color css
<style>
a { background-color: #5F5249; }
a { background-color: rgb(95,82,73); }
div.DivClassName
{
background-color: #5F5249;
}
.BgClassName
{
background-color: #5F5249;
}
</style>
border-color css
<style>
span { border-color: #5F5249; }
span { border-color: rgb(95,82,73); }
td.TdClassName
{
border-color: #5F5249;
}
.TagClassName
{
border-color: #5F5249;
}
</style>