Shades of Madras #4E4511
Tints of Madras #4E4511
RGB
CMYK
RGB Variations
Color information
#4E4511 (or 0x4E4511) is known color: Madras. HEX triplet: 4E, 45 and 11. RGB value is (78,69,17). Sum of RGB (Red+Green+Blue) = 78+69+17=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4511 is #B1BAEE. Grayscale: #414141. Windows color (decimal): -11647727 or 1131854. OLE color: 1131854.
HSL color Cylindrical-coordinate representation of color #4E4511: hue angle of 51.15º 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 #4E4511 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 17 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.69 |
| HSL | 51.15º | 0.64% | 0.19% | - |
| HSV(B) | 51.15º | 0.78% | 0.31% | - |
| XYZ | 5.37 | 5.92 | 1.39 | - |
| YUV | 65.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 17 | 0 | 0.12 | 0.78 | 0.69 | 51.15 | 0.64 | 0.19 |
| Hex | 4E | 45 | 11 | 0 | C | 4E | 45 | 33 | 40 | 13 |
| Octal | 116 | 105 | 21 | 0 | 14 | 116 | 105 | 63 | 100 | 23 |
| Binary | 1001110 | 1000101 | 10001 | 0 | 1100 | 1001110 | 1000101 | 110011 | 1000000 | 10011 |
Color Harmonies of #4E4511
Complementary color
Monochromatic Colors of #4E4511
Black with #4E4511
Text Example
Text Example
White with #4E4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4511; }
p { color: rgb(78,69,17); }
H1.HeaderClassName
{
color: #4E4511;
}
.AnyTagClassName
{
color: #4E4511;
}
</style>
background-color css
<style>
a { background-color: #4E4511; }
a { background-color: rgb(78,69,17); }
div.DivClassName
{
background-color: #4E4511;
}
.BgClassName
{
background-color: #4E4511;
}
</style>
border-color css
<style>
span { border-color: #4E4511; }
span { border-color: rgb(78,69,17); }
td.TdClassName
{
border-color: #4E4511;
}
.TagClassName
{
border-color: #4E4511;
}
</style>