Shades of Madras #4E400D
Tints of Madras #4E400D
RGB
CMYK
RGB Variations
Color information
#4E400D (or 0x4E400D) is known color: Madras. HEX triplet: 4E, 40 and 0D. RGB value is (78,64,13). Sum of RGB (Red+Green+Blue) = 78+64+13=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E400D is #B1BFF2. Grayscale: #3E3E3E. Windows color (decimal): -11649011 or 868430. OLE color: 868430.
HSL color Cylindrical-coordinate representation of color #4E400D: hue angle of 47.08º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E400D is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 13 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.69 |
| HSL | 47.08º | 0.71% | 0.18% | - |
| HSV(B) | 47.08º | 0.83% | 0.31% | - |
| XYZ | 5.05 | 5.32 | 1.14 | - |
| YUV | 62.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 13 | 0 | 0.18 | 0.83 | 0.69 | 47.08 | 0.71 | 0.18 |
| Hex | 4E | 40 | D | 0 | 12 | 53 | 45 | 2F | 47 | 12 |
| Octal | 116 | 100 | 15 | 0 | 22 | 123 | 105 | 57 | 107 | 22 |
| Binary | 1001110 | 1000000 | 1101 | 0 | 10010 | 1010011 | 1000101 | 101111 | 1000111 | 10010 |
Color Harmonies of #4E400D
Complementary color
Monochromatic Colors of #4E400D
Black with #4E400D
Text Example
Text Example
White with #4E400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E400D; }
p { color: rgb(78,64,13); }
H1.HeaderClassName
{
color: #4E400D;
}
.AnyTagClassName
{
color: #4E400D;
}
</style>
background-color css
<style>
a { background-color: #4E400D; }
a { background-color: rgb(78,64,13); }
div.DivClassName
{
background-color: #4E400D;
}
.BgClassName
{
background-color: #4E400D;
}
</style>
border-color css
<style>
span { border-color: #4E400D; }
span { border-color: rgb(78,64,13); }
td.TdClassName
{
border-color: #4E400D;
}
.TagClassName
{
border-color: #4E400D;
}
</style>