Shades of Madras #4E4016
Tints of Madras #4E4016
RGB
CMYK
RGB Variations
Color information
#4E4016 (or 0x4E4016) is known color: Madras. HEX triplet: 4E, 40 and 16. RGB value is (78,64,22). Sum of RGB (Red+Green+Blue) = 78+64+22=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4016 is #B1BFE9. Grayscale: #3F3F3F. Windows color (decimal): -11649002 or 1458254. OLE color: 1458254.
HSL color Cylindrical-coordinate representation of color #4E4016: hue angle of 45º 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 #4E4016 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 22 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.69 |
| HSL | 45º | 0.56% | 0.2% | - |
| HSV(B) | 45º | 0.72% | 0.31% | - |
| XYZ | 5.12 | 5.34 | 1.52 | - |
| YUV | 63.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 22 | 0 | 0.18 | 0.72 | 0.69 | 45 | 0.56 | 0.2 |
| Hex | 4E | 40 | 16 | 0 | 12 | 48 | 45 | 2D | 38 | 14 |
| Octal | 116 | 100 | 26 | 0 | 22 | 110 | 105 | 55 | 70 | 24 |
| Binary | 1001110 | 1000000 | 10110 | 0 | 10010 | 1001000 | 1000101 | 101101 | 111000 | 10100 |
Color Harmonies of #4E4016
Complementary color
Monochromatic Colors of #4E4016
Black with #4E4016
Text Example
Text Example
White with #4E4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4016; }
p { color: rgb(78,64,22); }
H1.HeaderClassName
{
color: #4E4016;
}
.AnyTagClassName
{
color: #4E4016;
}
</style>
background-color css
<style>
a { background-color: #4E4016; }
a { background-color: rgb(78,64,22); }
div.DivClassName
{
background-color: #4E4016;
}
.BgClassName
{
background-color: #4E4016;
}
</style>
border-color css
<style>
span { border-color: #4E4016; }
span { border-color: rgb(78,64,22); }
td.TdClassName
{
border-color: #4E4016;
}
.TagClassName
{
border-color: #4E4016;
}
</style>