Shades of Saddle #4F4947
Tints of Saddle #4F4947
RGB
CMYK
RGB Variations
Color information
#4F4947 (or 0x4F4947) is known color: Saddle. HEX triplet: 4F, 49 and 47. RGB value is (79,73,71). Sum of RGB (Red+Green+Blue) = 79+73+71=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4947 is #B0B6B8. Grayscale: #4A4A4A. Windows color (decimal): -11581113 or 4671823. OLE color: 4671823.
HSL color Cylindrical-coordinate representation of color #4F4947: hue angle of 15º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F4947 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 71 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.69 |
| HSL | 15º | 0.05% | 0.29% | - |
| HSV(B) | 15º | 0.1% | 0.31% | - |
| XYZ | 6.74 | 6.88 | 6.93 | - |
| YUV | 74.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 71 | 0 | 0.08 | 0.10 | 0.69 | 15 | 0.05 | 0.29 |
| Hex | 4F | 49 | 47 | 0 | 8 | A | 45 | F | 5 | 1D |
| Octal | 117 | 111 | 107 | 0 | 10 | 12 | 105 | 17 | 5 | 35 |
| Binary | 1001111 | 1001001 | 1000111 | 0 | 1000 | 1010 | 1000101 | 1111 | 101 | 11101 |
Color Harmonies of #4F4947
Complementary color
Monochromatic Colors of #4F4947
Black with #4F4947
Text Example
Text Example
White with #4F4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4947; }
p { color: rgb(79,73,71); }
H1.HeaderClassName
{
color: #4F4947;
}
.AnyTagClassName
{
color: #4F4947;
}
</style>
background-color css
<style>
a { background-color: #4F4947; }
a { background-color: rgb(79,73,71); }
div.DivClassName
{
background-color: #4F4947;
}
.BgClassName
{
background-color: #4F4947;
}
</style>
border-color css
<style>
span { border-color: #4F4947; }
span { border-color: rgb(79,73,71); }
td.TdClassName
{
border-color: #4F4947;
}
.TagClassName
{
border-color: #4F4947;
}
</style>