Shades of Madras #4E4606
Tints of Madras #4E4606
RGB
CMYK
RGB Variations
Color information
#4E4606 (or 0x4E4606) is known color: Madras. HEX triplet: 4E, 46 and 06. RGB value is (78,70,6). Sum of RGB (Red+Green+Blue) = 78+70+6=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4606 is #B1B9F9. Grayscale: #414141. Windows color (decimal): -11647482 or 411214. OLE color: 411214.
HSL color Cylindrical-coordinate representation of color #4E4606: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E4606 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 6 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.69 |
| HSL | 53.33º | 0.86% | 0.16% | - |
| HSV(B) | 53.33º | 0.92% | 0.31% | - |
| XYZ | 5.36 | 6.01 | 1.05 | - |
| YUV | 65.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 6 | 0 | 0.10 | 0.92 | 0.69 | 53.33 | 0.86 | 0.16 |
| Hex | 4E | 46 | 6 | 0 | A | 5C | 45 | 35 | 56 | 10 |
| Octal | 116 | 106 | 6 | 0 | 12 | 134 | 105 | 65 | 126 | 20 |
| Binary | 1001110 | 1000110 | 110 | 0 | 1010 | 1011100 | 1000101 | 110101 | 1010110 | 10000 |
Color Harmonies of #4E4606
Complementary color
Monochromatic Colors of #4E4606
Black with #4E4606
Text Example
Text Example
White with #4E4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4606; }
p { color: rgb(78,70,6); }
H1.HeaderClassName
{
color: #4E4606;
}
.AnyTagClassName
{
color: #4E4606;
}
</style>
background-color css
<style>
a { background-color: #4E4606; }
a { background-color: rgb(78,70,6); }
div.DivClassName
{
background-color: #4E4606;
}
.BgClassName
{
background-color: #4E4606;
}
</style>
border-color css
<style>
span { border-color: #4E4606; }
span { border-color: rgb(78,70,6); }
td.TdClassName
{
border-color: #4E4606;
}
.TagClassName
{
border-color: #4E4606;
}
</style>