Shades of Woody Brown #4F4544
Tints of Woody Brown #4F4544
RGB
CMYK
RGB Variations
Color information
#4F4544 (or 0x4F4544) is known color: Woody Brown. HEX triplet: 4F, 45 and 44. RGB value is (79,69,68). Sum of RGB (Red+Green+Blue) = 79+69+68=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4544 is #B0BABB. Grayscale: #474747. Windows color (decimal): -11582140 or 4474191. OLE color: 4474191.
HSL color Cylindrical-coordinate representation of color #4F4544: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4544 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 68 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.69 |
| HSL | 5.45º | 0.07% | 0.29% | - |
| HSV(B) | 5.45º | 0.14% | 0.31% | - |
| XYZ | 6.4 | 6.34 | 6.35 | - |
| YUV | 71.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 68 | 0 | 0.13 | 0.14 | 0.69 | 5.45 | 0.07 | 0.29 |
| Hex | 4F | 45 | 44 | 0 | D | E | 45 | 5 | 7 | 1D |
| Octal | 117 | 105 | 104 | 0 | 15 | 16 | 105 | 5 | 7 | 35 |
| Binary | 1001111 | 1000101 | 1000100 | 0 | 1101 | 1110 | 1000101 | 101 | 111 | 11101 |
Color Harmonies of #4F4544
Complementary color
Monochromatic Colors of #4F4544
Black with #4F4544
Text Example
Text Example
White with #4F4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4544; }
p { color: rgb(79,69,68); }
H1.HeaderClassName
{
color: #4F4544;
}
.AnyTagClassName
{
color: #4F4544;
}
</style>
background-color css
<style>
a { background-color: #4F4544; }
a { background-color: rgb(79,69,68); }
div.DivClassName
{
background-color: #4F4544;
}
.BgClassName
{
background-color: #4F4544;
}
</style>
border-color css
<style>
span { border-color: #4F4544; }
span { border-color: rgb(79,69,68); }
td.TdClassName
{
border-color: #4F4544;
}
.TagClassName
{
border-color: #4F4544;
}
</style>