Shades of Madras #4E3E16
Tints of Madras #4E3E16
RGB
CMYK
RGB Variations
Color information
#4E3E16 (or 0x4E3E16) is known color: Madras. HEX triplet: 4E, 3E and 16. RGB value is (78,62,22). Sum of RGB (Red+Green+Blue) = 78+62+22=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3E16 is #B1C1E9. Grayscale: #3E3E3E. Windows color (decimal): -11649514 or 1457742. OLE color: 1457742.
HSL color Cylindrical-coordinate representation of color #4E3E16: hue angle of 42.86º 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 #4E3E16 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 22 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.69 |
| HSL | 42.86º | 0.56% | 0.2% | - |
| HSV(B) | 42.86º | 0.72% | 0.31% | - |
| XYZ | 5.01 | 5.12 | 1.48 | - |
| YUV | 62.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 22 | 0 | 0.21 | 0.72 | 0.69 | 42.86 | 0.56 | 0.2 |
| Hex | 4E | 3E | 16 | 0 | 15 | 48 | 45 | 2B | 38 | 14 |
| Octal | 116 | 76 | 26 | 0 | 25 | 110 | 105 | 53 | 70 | 24 |
| Binary | 1001110 | 111110 | 10110 | 0 | 10101 | 1001000 | 1000101 | 101011 | 111000 | 10100 |
Color Harmonies of #4E3E16
Complementary color
Monochromatic Colors of #4E3E16
Black with #4E3E16
Text Example
Text Example
White with #4E3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E16; }
p { color: rgb(78,62,22); }
H1.HeaderClassName
{
color: #4E3E16;
}
.AnyTagClassName
{
color: #4E3E16;
}
</style>
background-color css
<style>
a { background-color: #4E3E16; }
a { background-color: rgb(78,62,22); }
div.DivClassName
{
background-color: #4E3E16;
}
.BgClassName
{
background-color: #4E3E16;
}
</style>
border-color css
<style>
span { border-color: #4E3E16; }
span { border-color: rgb(78,62,22); }
td.TdClassName
{
border-color: #4E3E16;
}
.TagClassName
{
border-color: #4E3E16;
}
</style>