Shades of Madras #4E3C14
Tints of Madras #4E3C14
RGB
CMYK
RGB Variations
Color information
#4E3C14 (or 0x4E3C14) is known color: Madras. HEX triplet: 4E, 3C and 14. RGB value is (78,60,20). Sum of RGB (Red+Green+Blue) = 78+60+20=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3C14 is #B1C3EB. Grayscale: #3D3D3D. Windows color (decimal): -11650028 or 1326158. OLE color: 1326158.
HSL color Cylindrical-coordinate representation of color #4E3C14: hue angle of 41.38º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3C14 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 20 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.69 |
| HSL | 41.38º | 0.59% | 0.19% | - |
| HSV(B) | 41.38º | 0.74% | 0.31% | - |
| XYZ | 4.88 | 4.9 | 1.35 | - |
| YUV | 60.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 20 | 0 | 0.23 | 0.74 | 0.69 | 41.38 | 0.59 | 0.19 |
| Hex | 4E | 3C | 14 | 0 | 17 | 4A | 45 | 29 | 3B | 13 |
| Octal | 116 | 74 | 24 | 0 | 27 | 112 | 105 | 51 | 73 | 23 |
| Binary | 1001110 | 111100 | 10100 | 0 | 10111 | 1001010 | 1000101 | 101001 | 111011 | 10011 |
Color Harmonies of #4E3C14
Complementary color
Monochromatic Colors of #4E3C14
Black with #4E3C14
Text Example
Text Example
White with #4E3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C14; }
p { color: rgb(78,60,20); }
H1.HeaderClassName
{
color: #4E3C14;
}
.AnyTagClassName
{
color: #4E3C14;
}
</style>
background-color css
<style>
a { background-color: #4E3C14; }
a { background-color: rgb(78,60,20); }
div.DivClassName
{
background-color: #4E3C14;
}
.BgClassName
{
background-color: #4E3C14;
}
</style>
border-color css
<style>
span { border-color: #4E3C14; }
span { border-color: rgb(78,60,20); }
td.TdClassName
{
border-color: #4E3C14;
}
.TagClassName
{
border-color: #4E3C14;
}
</style>