Shades of Madras #4E4018
Tints of Madras #4E4018
RGB
CMYK
RGB Variations
Color information
#4E4018 (or 0x4E4018) is known color: Madras. HEX triplet: 4E, 40 and 18. RGB value is (78,64,24). Sum of RGB (Red+Green+Blue) = 78+64+24=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4018 is #B1BFE7. Grayscale: #3F3F3F. Windows color (decimal): -11649000 or 1589326. OLE color: 1589326.
HSL color Cylindrical-coordinate representation of color #4E4018: hue angle of 44.44º 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 #4E4018 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 24 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.69 |
| HSL | 44.44º | 0.53% | 0.2% | - |
| HSV(B) | 44.44º | 0.69% | 0.31% | - |
| XYZ | 5.14 | 5.35 | 1.63 | - |
| YUV | 63.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 24 | 0 | 0.18 | 0.69 | 0.69 | 44.44 | 0.53 | 0.2 |
| Hex | 4E | 40 | 18 | 0 | 12 | 45 | 45 | 2C | 35 | 14 |
| Octal | 116 | 100 | 30 | 0 | 22 | 105 | 105 | 54 | 65 | 24 |
| Binary | 1001110 | 1000000 | 11000 | 0 | 10010 | 1000101 | 1000101 | 101100 | 110101 | 10100 |
Color Harmonies of #4E4018
Complementary color
Monochromatic Colors of #4E4018
Black with #4E4018
Text Example
Text Example
White with #4E4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4018; }
p { color: rgb(78,64,24); }
H1.HeaderClassName
{
color: #4E4018;
}
.AnyTagClassName
{
color: #4E4018;
}
</style>
background-color css
<style>
a { background-color: #4E4018; }
a { background-color: rgb(78,64,24); }
div.DivClassName
{
background-color: #4E4018;
}
.BgClassName
{
background-color: #4E4018;
}
</style>
border-color css
<style>
span { border-color: #4E4018; }
span { border-color: rgb(78,64,24); }
td.TdClassName
{
border-color: #4E4018;
}
.TagClassName
{
border-color: #4E4018;
}
</style>