Shades of Madras #4E3A16
Tints of Madras #4E3A16
RGB
CMYK
RGB Variations
Color information
#4E3A16 (or 0x4E3A16) is known color: Madras. HEX triplet: 4E, 3A and 16. RGB value is (78,58,22). Sum of RGB (Red+Green+Blue) = 78+58+22=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3A16 is #B1C5E9. Grayscale: #3C3C3C. Windows color (decimal): -11650538 or 1456718. OLE color: 1456718.
HSL color Cylindrical-coordinate representation of color #4E3A16: hue angle of 38.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3A16 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 22 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.69 |
| HSL | 38.57º | 0.56% | 0.2% | - |
| HSV(B) | 38.57º | 0.72% | 0.31% | - |
| XYZ | 4.8 | 4.7 | 1.41 | - |
| YUV | 59.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 22 | 0 | 0.26 | 0.72 | 0.69 | 38.57 | 0.56 | 0.2 |
| Hex | 4E | 3A | 16 | 0 | 1A | 48 | 45 | 27 | 38 | 14 |
| Octal | 116 | 72 | 26 | 0 | 32 | 110 | 105 | 47 | 70 | 24 |
| Binary | 1001110 | 111010 | 10110 | 0 | 11010 | 1001000 | 1000101 | 100111 | 111000 | 10100 |
Color Harmonies of #4E3A16
Complementary color
Monochromatic Colors of #4E3A16
Black with #4E3A16
Text Example
Text Example
White with #4E3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A16; }
p { color: rgb(78,58,22); }
H1.HeaderClassName
{
color: #4E3A16;
}
.AnyTagClassName
{
color: #4E3A16;
}
</style>
background-color css
<style>
a { background-color: #4E3A16; }
a { background-color: rgb(78,58,22); }
div.DivClassName
{
background-color: #4E3A16;
}
.BgClassName
{
background-color: #4E3A16;
}
</style>
border-color css
<style>
span { border-color: #4E3A16; }
span { border-color: rgb(78,58,22); }
td.TdClassName
{
border-color: #4E3A16;
}
.TagClassName
{
border-color: #4E3A16;
}
</style>