Shades of Madras #4E4418
Tints of Madras #4E4418
RGB
CMYK
RGB Variations
Color information
#4E4418 (or 0x4E4418) is known color: Madras. HEX triplet: 4E, 44 and 18. RGB value is (78,68,24). Sum of RGB (Red+Green+Blue) = 78+68+24=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4418 is #B1BBE7. Grayscale: #424242. Windows color (decimal): -11647976 or 1590350. OLE color: 1590350.
HSL color Cylindrical-coordinate representation of color #4E4418: hue angle of 48.89º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4418 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 24 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.69 |
| HSL | 48.89º | 0.53% | 0.2% | - |
| HSV(B) | 48.89º | 0.69% | 0.31% | - |
| XYZ | 5.37 | 5.82 | 1.7 | - |
| YUV | 65.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 24 | 0 | 0.13 | 0.69 | 0.69 | 48.89 | 0.53 | 0.2 |
| Hex | 4E | 44 | 18 | 0 | D | 45 | 45 | 31 | 35 | 14 |
| Octal | 116 | 104 | 30 | 0 | 15 | 105 | 105 | 61 | 65 | 24 |
| Binary | 1001110 | 1000100 | 11000 | 0 | 1101 | 1000101 | 1000101 | 110001 | 110101 | 10100 |
Color Harmonies of #4E4418
Complementary color
Monochromatic Colors of #4E4418
Black with #4E4418
Text Example
Text Example
White with #4E4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4418; }
p { color: rgb(78,68,24); }
H1.HeaderClassName
{
color: #4E4418;
}
.AnyTagClassName
{
color: #4E4418;
}
</style>
background-color css
<style>
a { background-color: #4E4418; }
a { background-color: rgb(78,68,24); }
div.DivClassName
{
background-color: #4E4418;
}
.BgClassName
{
background-color: #4E4418;
}
</style>
border-color css
<style>
span { border-color: #4E4418; }
span { border-color: rgb(78,68,24); }
td.TdClassName
{
border-color: #4E4418;
}
.TagClassName
{
border-color: #4E4418;
}
</style>