Shades of Madras #4F4004
Tints of Madras #4F4004
RGB
CMYK
RGB Variations
Color information
#4F4004 (or 0x4F4004) is known color: Madras. HEX triplet: 4F, 40 and 04. RGB value is (79,64,4). Sum of RGB (Red+Green+Blue) = 79+64+4=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4004 is #B0BFFB. Grayscale: #3D3D3D. Windows color (decimal): -11583484 or 278607. OLE color: 278607.
HSL color Cylindrical-coordinate representation of color #4F4004: hue angle of 48º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F4004 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 4 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.69 |
| HSL | 48º | 0.9% | 0.16% | - |
| HSV(B) | 48º | 0.95% | 0.31% | - |
| XYZ | 5.08 | 5.34 | 0.88 | - |
| YUV | 61.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 4 | 0 | 0.19 | 0.95 | 0.69 | 48 | 0.9 | 0.16 |
| Hex | 4F | 40 | 4 | 0 | 13 | 5F | 45 | 30 | 5A | 10 |
| Octal | 117 | 100 | 4 | 0 | 23 | 137 | 105 | 60 | 132 | 20 |
| Binary | 1001111 | 1000000 | 100 | 0 | 10011 | 1011111 | 1000101 | 110000 | 1011010 | 10000 |
Color Harmonies of #4F4004
Complementary color
Monochromatic Colors of #4F4004
Black with #4F4004
Text Example
Text Example
White with #4F4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4004; }
p { color: rgb(79,64,4); }
H1.HeaderClassName
{
color: #4F4004;
}
.AnyTagClassName
{
color: #4F4004;
}
</style>
background-color css
<style>
a { background-color: #4F4004; }
a { background-color: rgb(79,64,4); }
div.DivClassName
{
background-color: #4F4004;
}
.BgClassName
{
background-color: #4F4004;
}
</style>
border-color css
<style>
span { border-color: #4F4004; }
span { border-color: rgb(79,64,4); }
td.TdClassName
{
border-color: #4F4004;
}
.TagClassName
{
border-color: #4F4004;
}
</style>