Shades of Madras #4E4118
Tints of Madras #4E4118
RGB
CMYK
RGB Variations
Color information
#4E4118 (or 0x4E4118) is known color: Madras. HEX triplet: 4E, 41 and 18. RGB value is (78,65,24). Sum of RGB (Red+Green+Blue) = 78+65+24=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4118 is #B1BEE7. Grayscale: #404040. Windows color (decimal): -11648744 or 1589582. OLE color: 1589582.
HSL color Cylindrical-coordinate representation of color #4E4118: hue angle of 45.56º 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 #4E4118 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 24 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.69 |
| HSL | 45.56º | 0.53% | 0.2% | - |
| HSV(B) | 45.56º | 0.69% | 0.31% | - |
| XYZ | 5.2 | 5.47 | 1.65 | - |
| YUV | 64.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 24 | 0 | 0.17 | 0.69 | 0.69 | 45.56 | 0.53 | 0.2 |
| Hex | 4E | 41 | 18 | 0 | 11 | 45 | 45 | 2E | 35 | 14 |
| Octal | 116 | 101 | 30 | 0 | 21 | 105 | 105 | 56 | 65 | 24 |
| Binary | 1001110 | 1000001 | 11000 | 0 | 10001 | 1000101 | 1000101 | 101110 | 110101 | 10100 |
Color Harmonies of #4E4118
Complementary color
Monochromatic Colors of #4E4118
Black with #4E4118
Text Example
Text Example
White with #4E4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4118; }
p { color: rgb(78,65,24); }
H1.HeaderClassName
{
color: #4E4118;
}
.AnyTagClassName
{
color: #4E4118;
}
</style>
background-color css
<style>
a { background-color: #4E4118; }
a { background-color: rgb(78,65,24); }
div.DivClassName
{
background-color: #4E4118;
}
.BgClassName
{
background-color: #4E4118;
}
</style>
border-color css
<style>
span { border-color: #4E4118; }
span { border-color: rgb(78,65,24); }
td.TdClassName
{
border-color: #4E4118;
}
.TagClassName
{
border-color: #4E4118;
}
</style>