Shades of Woody Brown #4F4040
Tints of Woody Brown #4F4040
RGB
CMYK
RGB Variations
Color information
#4F4040 (or 0x4F4040) is known color: Woody Brown. HEX triplet: 4F, 40 and 40. RGB value is (79,64,64). Sum of RGB (Red+Green+Blue) = 79+64+64=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4040 is #B0BFBF. Grayscale: #444444. Windows color (decimal): -11583424 or 4210767. OLE color: 4210767.
HSL color Cylindrical-coordinate representation of color #4F4040: hue angle of 0º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4040 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 64 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.69 |
| HSL | 0º | 0.1% | 0.28% | - |
| HSV(B) | 0º | 0.19% | 0.31% | - |
| XYZ | 5.98 | 5.7 | 5.64 | - |
| YUV | 68.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 64 | 0 | 0.19 | 0.19 | 0.69 | 0 | 0.1 | 0.28 |
| Hex | 4F | 40 | 40 | 0 | 13 | 13 | 45 | 0 | A | 1C |
| Octal | 117 | 100 | 100 | 0 | 23 | 23 | 105 | 0 | 12 | 34 |
| Binary | 1001111 | 1000000 | 1000000 | 0 | 10011 | 10011 | 1000101 | 0 | 1010 | 11100 |
Color Harmonies of #4F4040
Complementary color
Monochromatic Colors of #4F4040
Black with #4F4040
Text Example
Text Example
White with #4F4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4040; }
p { color: rgb(79,64,64); }
H1.HeaderClassName
{
color: #4F4040;
}
.AnyTagClassName
{
color: #4F4040;
}
</style>
background-color css
<style>
a { background-color: #4F4040; }
a { background-color: rgb(79,64,64); }
div.DivClassName
{
background-color: #4F4040;
}
.BgClassName
{
background-color: #4F4040;
}
</style>
border-color css
<style>
span { border-color: #4F4040; }
span { border-color: rgb(79,64,64); }
td.TdClassName
{
border-color: #4F4040;
}
.TagClassName
{
border-color: #4F4040;
}
</style>