Shades of Woody Brown #4F4443
Tints of Woody Brown #4F4443
RGB
CMYK
RGB Variations
Color information
#4F4443 (or 0x4F4443) is known color: Woody Brown. HEX triplet: 4F, 44 and 43. RGB value is (79,68,67). Sum of RGB (Red+Green+Blue) = 79+68+67=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4443 is #B0BBBC. Grayscale: #474747. Windows color (decimal): -11582397 or 4408399. OLE color: 4408399.
HSL color Cylindrical-coordinate representation of color #4F4443: hue angle of 5º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4443 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 67 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.69 |
| HSL | 5º | 0.08% | 0.29% | - |
| HSV(B) | 5º | 0.15% | 0.31% | - |
| XYZ | 6.3 | 6.2 | 6.17 | - |
| YUV | 71.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 67 | 0 | 0.14 | 0.15 | 0.69 | 5 | 0.08 | 0.29 |
| Hex | 4F | 44 | 43 | 0 | E | F | 45 | 5 | 8 | 1D |
| Octal | 117 | 104 | 103 | 0 | 16 | 17 | 105 | 5 | 10 | 35 |
| Binary | 1001111 | 1000100 | 1000011 | 0 | 1110 | 1111 | 1000101 | 101 | 1000 | 11101 |
Color Harmonies of #4F4443
Complementary color
Monochromatic Colors of #4F4443
Black with #4F4443
Text Example
Text Example
White with #4F4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4443; }
p { color: rgb(79,68,67); }
H1.HeaderClassName
{
color: #4F4443;
}
.AnyTagClassName
{
color: #4F4443;
}
</style>
background-color css
<style>
a { background-color: #4F4443; }
a { background-color: rgb(79,68,67); }
div.DivClassName
{
background-color: #4F4443;
}
.BgClassName
{
background-color: #4F4443;
}
</style>
border-color css
<style>
span { border-color: #4F4443; }
span { border-color: rgb(79,68,67); }
td.TdClassName
{
border-color: #4F4443;
}
.TagClassName
{
border-color: #4F4443;
}
</style>