Shades of Madras #4E400C
Tints of Madras #4E400C
RGB
CMYK
RGB Variations
Color information
#4E400C (or 0x4E400C) is known color: Madras. HEX triplet: 4E, 40 and 0C. RGB value is (78,64,12). Sum of RGB (Red+Green+Blue) = 78+64+12=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E400C is #B1BFF3. Grayscale: #3E3E3E. Windows color (decimal): -11649012 or 802894. OLE color: 802894.
HSL color Cylindrical-coordinate representation of color #4E400C: hue angle of 47.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E400C is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 12 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.69 |
| HSL | 47.27º | 0.73% | 0.18% | - |
| HSV(B) | 47.27º | 0.85% | 0.31% | - |
| XYZ | 5.04 | 5.31 | 1.11 | - |
| YUV | 62.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 12 | 0 | 0.18 | 0.85 | 0.69 | 47.27 | 0.73 | 0.18 |
| Hex | 4E | 40 | C | 0 | 12 | 55 | 45 | 2F | 49 | 12 |
| Octal | 116 | 100 | 14 | 0 | 22 | 125 | 105 | 57 | 111 | 22 |
| Binary | 1001110 | 1000000 | 1100 | 0 | 10010 | 1010101 | 1000101 | 101111 | 1001001 | 10010 |
Color Harmonies of #4E400C
Complementary color
Monochromatic Colors of #4E400C
Black with #4E400C
Text Example
Text Example
White with #4E400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E400C; }
p { color: rgb(78,64,12); }
H1.HeaderClassName
{
color: #4E400C;
}
.AnyTagClassName
{
color: #4E400C;
}
</style>
background-color css
<style>
a { background-color: #4E400C; }
a { background-color: rgb(78,64,12); }
div.DivClassName
{
background-color: #4E400C;
}
.BgClassName
{
background-color: #4E400C;
}
</style>
border-color css
<style>
span { border-color: #4E400C; }
span { border-color: rgb(78,64,12); }
td.TdClassName
{
border-color: #4E400C;
}
.TagClassName
{
border-color: #4E400C;
}
</style>