Shades of Madras #4E400E
Tints of Madras #4E400E
RGB
CMYK
RGB Variations
Color information
#4E400E (or 0x4E400E) is known color: Madras. HEX triplet: 4E, 40 and 0E. RGB value is (78,64,14). Sum of RGB (Red+Green+Blue) = 78+64+14=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E400E is #B1BFF1. Grayscale: #3E3E3E. Windows color (decimal): -11649010 or 933966. OLE color: 933966.
HSL color Cylindrical-coordinate representation of color #4E400E: hue angle of 46.88º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E400E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 14 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.69 |
| HSL | 46.88º | 0.7% | 0.18% | - |
| HSV(B) | 46.88º | 0.82% | 0.31% | - |
| XYZ | 5.05 | 5.32 | 1.18 | - |
| YUV | 62.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 14 | 0 | 0.18 | 0.82 | 0.69 | 46.88 | 0.7 | 0.18 |
| Hex | 4E | 40 | E | 0 | 12 | 52 | 45 | 2F | 46 | 12 |
| Octal | 116 | 100 | 16 | 0 | 22 | 122 | 105 | 57 | 106 | 22 |
| Binary | 1001110 | 1000000 | 1110 | 0 | 10010 | 1010010 | 1000101 | 101111 | 1000110 | 10010 |
Color Harmonies of #4E400E
Complementary color
Monochromatic Colors of #4E400E
Black with #4E400E
Text Example
Text Example
White with #4E400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E400E; }
p { color: rgb(78,64,14); }
H1.HeaderClassName
{
color: #4E400E;
}
.AnyTagClassName
{
color: #4E400E;
}
</style>
background-color css
<style>
a { background-color: #4E400E; }
a { background-color: rgb(78,64,14); }
div.DivClassName
{
background-color: #4E400E;
}
.BgClassName
{
background-color: #4E400E;
}
</style>
border-color css
<style>
span { border-color: #4E400E; }
span { border-color: rgb(78,64,14); }
td.TdClassName
{
border-color: #4E400E;
}
.TagClassName
{
border-color: #4E400E;
}
</style>