Shades of Saddle #5F4F47
Tints of Saddle #5F4F47
RGB
CMYK
RGB Variations
Color information
#5F4F47 (or 0x5F4F47) is known color: Saddle. HEX triplet: 5F, 4F and 47. RGB value is (95,79,71). Sum of RGB (Red+Green+Blue) = 95+79+71=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F47 is #A0B0B8. Grayscale: #525252. Windows color (decimal): -10531001 or 4673375. OLE color: 4673375.
HSL color Cylindrical-coordinate representation of color #5F4F47: hue angle of 20º 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 #5F4F47 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 79 | 71 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.63 |
| HSL | 20º | 0.14% | 0.33% | - |
| HSV(B) | 20º | 0.25% | 0.37% | - |
| XYZ | 8.65 | 8.48 | 7.14 | - |
| YUV | 82.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 71 | 0 | 0.17 | 0.25 | 0.63 | 20 | 0.14 | 0.33 |
| Hex | 5F | 4F | 47 | 0 | 11 | 19 | 3F | 14 | E | 21 |
| Octal | 137 | 117 | 107 | 0 | 21 | 31 | 77 | 24 | 16 | 41 |
| Binary | 1011111 | 1001111 | 1000111 | 0 | 10001 | 11001 | 111111 | 10100 | 1110 | 100001 |
Color Harmonies of #5F4F47
Complementary color
Monochromatic Colors of #5F4F47
Black with #5F4F47
Text Example
Text Example
White with #5F4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F47; }
p { color: rgb(95,79,71); }
H1.HeaderClassName
{
color: #5F4F47;
}
.AnyTagClassName
{
color: #5F4F47;
}
</style>
background-color css
<style>
a { background-color: #5F4F47; }
a { background-color: rgb(95,79,71); }
div.DivClassName
{
background-color: #5F4F47;
}
.BgClassName
{
background-color: #5F4F47;
}
</style>
border-color css
<style>
span { border-color: #5F4F47; }
span { border-color: rgb(95,79,71); }
td.TdClassName
{
border-color: #5F4F47;
}
.TagClassName
{
border-color: #5F4F47;
}
</style>