Shades of Saddle #5F4D47
Tints of Saddle #5F4D47
RGB
CMYK
RGB Variations
Color information
#5F4D47 (or 0x5F4D47) is known color: Saddle. HEX triplet: 5F, 4D and 47. RGB value is (95,77,71). Sum of RGB (Red+Green+Blue) = 95+77+71=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4D47 is #A0B2B8. Grayscale: #515151. Windows color (decimal): -10531513 or 4672863. OLE color: 4672863.
HSL color Cylindrical-coordinate representation of color #5F4D47: hue angle of 15º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F4D47 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 71 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.63 |
| HSL | 15º | 0.14% | 0.33% | - |
| HSV(B) | 15º | 0.25% | 0.37% | - |
| XYZ | 8.51 | 8.2 | 7.09 | - |
| YUV | 81.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 71 | 0 | 0.19 | 0.25 | 0.63 | 15 | 0.14 | 0.33 |
| Hex | 5F | 4D | 47 | 0 | 13 | 19 | 3F | F | E | 21 |
| Octal | 137 | 115 | 107 | 0 | 23 | 31 | 77 | 17 | 16 | 41 |
| Binary | 1011111 | 1001101 | 1000111 | 0 | 10011 | 11001 | 111111 | 1111 | 1110 | 100001 |
Color Harmonies of #5F4D47
Complementary color
Monochromatic Colors of #5F4D47
Black with #5F4D47
Text Example
Text Example
White with #5F4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D47; }
p { color: rgb(95,77,71); }
H1.HeaderClassName
{
color: #5F4D47;
}
.AnyTagClassName
{
color: #5F4D47;
}
</style>
background-color css
<style>
a { background-color: #5F4D47; }
a { background-color: rgb(95,77,71); }
div.DivClassName
{
background-color: #5F4D47;
}
.BgClassName
{
background-color: #5F4D47;
}
</style>
border-color css
<style>
span { border-color: #5F4D47; }
span { border-color: rgb(95,77,71); }
td.TdClassName
{
border-color: #5F4D47;
}
.TagClassName
{
border-color: #5F4D47;
}
</style>