Shades of Madras #4E4106
Tints of Madras #4E4106
RGB
CMYK
RGB Variations
Color information
#4E4106 (or 0x4E4106) is known color: Madras. HEX triplet: 4E, 41 and 06. RGB value is (78,65,6). Sum of RGB (Red+Green+Blue) = 78+65+6=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4106 is #B1BEF9. Grayscale: #3E3E3E. Windows color (decimal): -11648762 or 409934. OLE color: 409934.
HSL color Cylindrical-coordinate representation of color #4E4106: hue angle of 49.17º 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 #4E4106 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 6 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.69 |
| HSL | 49.17º | 0.86% | 0.16% | - |
| HSV(B) | 49.17º | 0.92% | 0.31% | - |
| XYZ | 5.07 | 5.41 | 0.95 | - |
| YUV | 62.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 6 | 0 | 0.17 | 0.92 | 0.69 | 49.17 | 0.86 | 0.16 |
| Hex | 4E | 41 | 6 | 0 | 11 | 5C | 45 | 31 | 56 | 10 |
| Octal | 116 | 101 | 6 | 0 | 21 | 134 | 105 | 61 | 126 | 20 |
| Binary | 1001110 | 1000001 | 110 | 0 | 10001 | 1011100 | 1000101 | 110001 | 1010110 | 10000 |
Color Harmonies of #4E4106
Complementary color
Monochromatic Colors of #4E4106
Black with #4E4106
Text Example
Text Example
White with #4E4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4106; }
p { color: rgb(78,65,6); }
H1.HeaderClassName
{
color: #4E4106;
}
.AnyTagClassName
{
color: #4E4106;
}
</style>
background-color css
<style>
a { background-color: #4E4106; }
a { background-color: rgb(78,65,6); }
div.DivClassName
{
background-color: #4E4106;
}
.BgClassName
{
background-color: #4E4106;
}
</style>
border-color css
<style>
span { border-color: #4E4106; }
span { border-color: rgb(78,65,6); }
td.TdClassName
{
border-color: #4E4106;
}
.TagClassName
{
border-color: #4E4106;
}
</style>