Shades of Madras #4E410D
Tints of Madras #4E410D
RGB
CMYK
RGB Variations
Color information
#4E410D (or 0x4E410D) is known color: Madras. HEX triplet: 4E, 41 and 0D. RGB value is (78,65,13). Sum of RGB (Red+Green+Blue) = 78+65+13=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E410D is #B1BEF2. Grayscale: #3F3F3F. Windows color (decimal): -11648755 or 868686. OLE color: 868686.
HSL color Cylindrical-coordinate representation of color #4E410D: hue angle of 48º 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 #4E410D is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 13 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.69 |
| HSL | 48º | 0.71% | 0.18% | - |
| HSV(B) | 48º | 0.83% | 0.31% | - |
| XYZ | 5.1 | 5.43 | 1.16 | - |
| YUV | 62.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 13 | 0 | 0.17 | 0.83 | 0.69 | 48 | 0.71 | 0.18 |
| Hex | 4E | 41 | D | 0 | 11 | 53 | 45 | 30 | 47 | 12 |
| Octal | 116 | 101 | 15 | 0 | 21 | 123 | 105 | 60 | 107 | 22 |
| Binary | 1001110 | 1000001 | 1101 | 0 | 10001 | 1010011 | 1000101 | 110000 | 1000111 | 10010 |
Color Harmonies of #4E410D
Complementary color
Monochromatic Colors of #4E410D
Black with #4E410D
Text Example
Text Example
White with #4E410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E410D; }
p { color: rgb(78,65,13); }
H1.HeaderClassName
{
color: #4E410D;
}
.AnyTagClassName
{
color: #4E410D;
}
</style>
background-color css
<style>
a { background-color: #4E410D; }
a { background-color: rgb(78,65,13); }
div.DivClassName
{
background-color: #4E410D;
}
.BgClassName
{
background-color: #4E410D;
}
</style>
border-color css
<style>
span { border-color: #4E410D; }
span { border-color: rgb(78,65,13); }
td.TdClassName
{
border-color: #4E410D;
}
.TagClassName
{
border-color: #4E410D;
}
</style>