Shades of Madras #4E410E
Tints of Madras #4E410E
RGB
CMYK
RGB Variations
Color information
#4E410E (or 0x4E410E) is known color: Madras. HEX triplet: 4E, 41 and 0E. RGB value is (78,65,14). Sum of RGB (Red+Green+Blue) = 78+65+14=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E410E is #B1BEF1. Grayscale: #3F3F3F. Windows color (decimal): -11648754 or 934222. OLE color: 934222.
HSL color Cylindrical-coordinate representation of color #4E410E: hue angle of 47.81º 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 #4E410E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 14 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.69 |
| HSL | 47.81º | 0.7% | 0.18% | - |
| HSV(B) | 47.81º | 0.82% | 0.31% | - |
| XYZ | 5.11 | 5.43 | 1.19 | - |
| YUV | 63.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 14 | 0 | 0.17 | 0.82 | 0.69 | 47.81 | 0.7 | 0.18 |
| Hex | 4E | 41 | E | 0 | 11 | 52 | 45 | 30 | 46 | 12 |
| Octal | 116 | 101 | 16 | 0 | 21 | 122 | 105 | 60 | 106 | 22 |
| Binary | 1001110 | 1000001 | 1110 | 0 | 10001 | 1010010 | 1000101 | 110000 | 1000110 | 10010 |
Color Harmonies of #4E410E
Complementary color
Monochromatic Colors of #4E410E
Black with #4E410E
Text Example
Text Example
White with #4E410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E410E; }
p { color: rgb(78,65,14); }
H1.HeaderClassName
{
color: #4E410E;
}
.AnyTagClassName
{
color: #4E410E;
}
</style>
background-color css
<style>
a { background-color: #4E410E; }
a { background-color: rgb(78,65,14); }
div.DivClassName
{
background-color: #4E410E;
}
.BgClassName
{
background-color: #4E410E;
}
</style>
border-color css
<style>
span { border-color: #4E410E; }
span { border-color: rgb(78,65,14); }
td.TdClassName
{
border-color: #4E410E;
}
.TagClassName
{
border-color: #4E410E;
}
</style>