Shades of Madras #4E4516
Tints of Madras #4E4516
RGB
CMYK
RGB Variations
Color information
#4E4516 (or 0x4E4516) is known color: Madras. HEX triplet: 4E, 45 and 16. RGB value is (78,69,22). Sum of RGB (Red+Green+Blue) = 78+69+22=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4516 is #B1BAE9. Grayscale: #424242. Windows color (decimal): -11647722 or 1459534. OLE color: 1459534.
HSL color Cylindrical-coordinate representation of color #4E4516: hue angle of 50.36º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E4516 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 22 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.69 |
| HSL | 50.36º | 0.56% | 0.2% | - |
| HSV(B) | 50.36º | 0.72% | 0.31% | - |
| XYZ | 5.41 | 5.93 | 1.62 | - |
| YUV | 66.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 22 | 0 | 0.12 | 0.72 | 0.69 | 50.36 | 0.56 | 0.2 |
| Hex | 4E | 45 | 16 | 0 | C | 48 | 45 | 32 | 38 | 14 |
| Octal | 116 | 105 | 26 | 0 | 14 | 110 | 105 | 62 | 70 | 24 |
| Binary | 1001110 | 1000101 | 10110 | 0 | 1100 | 1001000 | 1000101 | 110010 | 111000 | 10100 |
Color Harmonies of #4E4516
Complementary color
Monochromatic Colors of #4E4516
Black with #4E4516
Text Example
Text Example
White with #4E4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4516; }
p { color: rgb(78,69,22); }
H1.HeaderClassName
{
color: #4E4516;
}
.AnyTagClassName
{
color: #4E4516;
}
</style>
background-color css
<style>
a { background-color: #4E4516; }
a { background-color: rgb(78,69,22); }
div.DivClassName
{
background-color: #4E4516;
}
.BgClassName
{
background-color: #4E4516;
}
</style>
border-color css
<style>
span { border-color: #4E4516; }
span { border-color: rgb(78,69,22); }
td.TdClassName
{
border-color: #4E4516;
}
.TagClassName
{
border-color: #4E4516;
}
</style>