Shades of Madras #4E3E11
Tints of Madras #4E3E11
RGB
CMYK
RGB Variations
Color information
#4E3E11 (or 0x4E3E11) is known color: Madras. HEX triplet: 4E, 3E and 11. RGB value is (78,62,17). Sum of RGB (Red+Green+Blue) = 78+62+17=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3E11 is #B1C1EE. Grayscale: #3D3D3D. Windows color (decimal): -11649519 or 1130062. OLE color: 1130062.
HSL color Cylindrical-coordinate representation of color #4E3E11: hue angle of 44.26º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E3E11 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 17 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.69 |
| HSL | 44.26º | 0.64% | 0.19% | - |
| HSV(B) | 44.26º | 0.78% | 0.31% | - |
| XYZ | 4.97 | 5.11 | 1.25 | - |
| YUV | 61.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 17 | 0 | 0.21 | 0.78 | 0.69 | 44.26 | 0.64 | 0.19 |
| Hex | 4E | 3E | 11 | 0 | 15 | 4E | 45 | 2C | 40 | 13 |
| Octal | 116 | 76 | 21 | 0 | 25 | 116 | 105 | 54 | 100 | 23 |
| Binary | 1001110 | 111110 | 10001 | 0 | 10101 | 1001110 | 1000101 | 101100 | 1000000 | 10011 |
Color Harmonies of #4E3E11
Complementary color
Monochromatic Colors of #4E3E11
Black with #4E3E11
Text Example
Text Example
White with #4E3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E11; }
p { color: rgb(78,62,17); }
H1.HeaderClassName
{
color: #4E3E11;
}
.AnyTagClassName
{
color: #4E3E11;
}
</style>
background-color css
<style>
a { background-color: #4E3E11; }
a { background-color: rgb(78,62,17); }
div.DivClassName
{
background-color: #4E3E11;
}
.BgClassName
{
background-color: #4E3E11;
}
</style>
border-color css
<style>
span { border-color: #4E3E11; }
span { border-color: rgb(78,62,17); }
td.TdClassName
{
border-color: #4E3E11;
}
.TagClassName
{
border-color: #4E3E11;
}
</style>