Shades of Madras #4E4411
Tints of Madras #4E4411
RGB
CMYK
RGB Variations
Color information
#4E4411 (or 0x4E4411) is known color: Madras. HEX triplet: 4E, 44 and 11. RGB value is (78,68,17). Sum of RGB (Red+Green+Blue) = 78+68+17=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4411 is #B1BBEE. Grayscale: #414141. Windows color (decimal): -11647983 or 1131598. OLE color: 1131598.
HSL color Cylindrical-coordinate representation of color #4E4411: hue angle of 50.16º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E4411 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 17 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.69 |
| HSL | 50.16º | 0.64% | 0.19% | - |
| HSV(B) | 50.16º | 0.78% | 0.31% | - |
| XYZ | 5.31 | 5.79 | 1.37 | - |
| YUV | 65.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 17 | 0 | 0.13 | 0.78 | 0.69 | 50.16 | 0.64 | 0.19 |
| Hex | 4E | 44 | 11 | 0 | D | 4E | 45 | 32 | 40 | 13 |
| Octal | 116 | 104 | 21 | 0 | 15 | 116 | 105 | 62 | 100 | 23 |
| Binary | 1001110 | 1000100 | 10001 | 0 | 1101 | 1001110 | 1000101 | 110010 | 1000000 | 10011 |
Color Harmonies of #4E4411
Complementary color
Monochromatic Colors of #4E4411
Black with #4E4411
Text Example
Text Example
White with #4E4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4411; }
p { color: rgb(78,68,17); }
H1.HeaderClassName
{
color: #4E4411;
}
.AnyTagClassName
{
color: #4E4411;
}
</style>
background-color css
<style>
a { background-color: #4E4411; }
a { background-color: rgb(78,68,17); }
div.DivClassName
{
background-color: #4E4411;
}
.BgClassName
{
background-color: #4E4411;
}
</style>
border-color css
<style>
span { border-color: #4E4411; }
span { border-color: rgb(78,68,17); }
td.TdClassName
{
border-color: #4E4411;
}
.TagClassName
{
border-color: #4E4411;
}
</style>