Shades of Madras #4E3B12
Tints of Madras #4E3B12
RGB
CMYK
RGB Variations
Color information
#4E3B12 (or 0x4E3B12) is known color: Madras. HEX triplet: 4E, 3B and 12. RGB value is (78,59,18). Sum of RGB (Red+Green+Blue) = 78+59+18=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3B12 is #B1C4ED. Grayscale: #3C3C3C. Windows color (decimal): -11650286 or 1194830. OLE color: 1194830.
HSL color Cylindrical-coordinate representation of color #4E3B12: hue angle of 41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E3B12 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 18 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.69 |
| HSL | 41º | 0.63% | 0.19% | - |
| HSV(B) | 41º | 0.77% | 0.31% | - |
| XYZ | 4.82 | 4.79 | 1.24 | - |
| YUV | 60.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 18 | 0 | 0.24 | 0.77 | 0.69 | 41 | 0.63 | 0.19 |
| Hex | 4E | 3B | 12 | 0 | 18 | 4D | 45 | 29 | 3E | 13 |
| Octal | 116 | 73 | 22 | 0 | 30 | 115 | 105 | 51 | 76 | 23 |
| Binary | 1001110 | 111011 | 10010 | 0 | 11000 | 1001101 | 1000101 | 101001 | 111110 | 10011 |
Color Harmonies of #4E3B12
Complementary color
Monochromatic Colors of #4E3B12
Black with #4E3B12
Text Example
Text Example
White with #4E3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B12; }
p { color: rgb(78,59,18); }
H1.HeaderClassName
{
color: #4E3B12;
}
.AnyTagClassName
{
color: #4E3B12;
}
</style>
background-color css
<style>
a { background-color: #4E3B12; }
a { background-color: rgb(78,59,18); }
div.DivClassName
{
background-color: #4E3B12;
}
.BgClassName
{
background-color: #4E3B12;
}
</style>
border-color css
<style>
span { border-color: #4E3B12; }
span { border-color: rgb(78,59,18); }
td.TdClassName
{
border-color: #4E3B12;
}
.TagClassName
{
border-color: #4E3B12;
}
</style>