Shades of Madras #4E4004
Tints of Madras #4E4004
RGB
CMYK
RGB Variations
Color information
#4E4004 (or 0x4E4004) is known color: Madras. HEX triplet: 4E, 40 and 04. RGB value is (78,64,4). Sum of RGB (Red+Green+Blue) = 78+64+4=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4004 is #B1BFFB. Grayscale: #3D3D3D. Windows color (decimal): -11649020 or 278606. OLE color: 278606.
HSL color Cylindrical-coordinate representation of color #4E4004: hue angle of 48.65º 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 #4E4004 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 4 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.69 |
| HSL | 48.65º | 0.9% | 0.16% | - |
| HSV(B) | 48.65º | 0.95% | 0.31% | - |
| XYZ | 5 | 5.3 | 0.87 | - |
| YUV | 61.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 4 | 0 | 0.18 | 0.95 | 0.69 | 48.65 | 0.9 | 0.16 |
| Hex | 4E | 40 | 4 | 0 | 12 | 5F | 45 | 31 | 5A | 10 |
| Octal | 116 | 100 | 4 | 0 | 22 | 137 | 105 | 61 | 132 | 20 |
| Binary | 1001110 | 1000000 | 100 | 0 | 10010 | 1011111 | 1000101 | 110001 | 1011010 | 10000 |
Color Harmonies of #4E4004
Complementary color
Monochromatic Colors of #4E4004
Black with #4E4004
Text Example
Text Example
White with #4E4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4004; }
p { color: rgb(78,64,4); }
H1.HeaderClassName
{
color: #4E4004;
}
.AnyTagClassName
{
color: #4E4004;
}
</style>
background-color css
<style>
a { background-color: #4E4004; }
a { background-color: rgb(78,64,4); }
div.DivClassName
{
background-color: #4E4004;
}
.BgClassName
{
background-color: #4E4004;
}
</style>
border-color css
<style>
span { border-color: #4E4004; }
span { border-color: rgb(78,64,4); }
td.TdClassName
{
border-color: #4E4004;
}
.TagClassName
{
border-color: #4E4004;
}
</style>