Shades of Madras #4E3E10
Tints of Madras #4E3E10
RGB
CMYK
RGB Variations
Color information
#4E3E10 (or 0x4E3E10) is known color: Madras. HEX triplet: 4E, 3E and 10. RGB value is (78,62,16). Sum of RGB (Red+Green+Blue) = 78+62+16=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3E10 is #B1C1EF. Grayscale: #3D3D3D. Windows color (decimal): -11649520 or 1064526. OLE color: 1064526.
HSL color Cylindrical-coordinate representation of color #4E3E10: hue angle of 44.52º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E3E10 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 16 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.69 |
| HSL | 44.52º | 0.66% | 0.18% | - |
| HSV(B) | 44.52º | 0.79% | 0.31% | - |
| XYZ | 4.96 | 5.1 | 1.21 | - |
| YUV | 61.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 16 | 0 | 0.21 | 0.79 | 0.69 | 44.52 | 0.66 | 0.18 |
| Hex | 4E | 3E | 10 | 0 | 15 | 4F | 45 | 2D | 42 | 12 |
| Octal | 116 | 76 | 20 | 0 | 25 | 117 | 105 | 55 | 102 | 22 |
| Binary | 1001110 | 111110 | 10000 | 0 | 10101 | 1001111 | 1000101 | 101101 | 1000010 | 10010 |
Color Harmonies of #4E3E10
Complementary color
Monochromatic Colors of #4E3E10
Black with #4E3E10
Text Example
Text Example
White with #4E3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E10; }
p { color: rgb(78,62,16); }
H1.HeaderClassName
{
color: #4E3E10;
}
.AnyTagClassName
{
color: #4E3E10;
}
</style>
background-color css
<style>
a { background-color: #4E3E10; }
a { background-color: rgb(78,62,16); }
div.DivClassName
{
background-color: #4E3E10;
}
.BgClassName
{
background-color: #4E3E10;
}
</style>
border-color css
<style>
span { border-color: #4E3E10; }
span { border-color: rgb(78,62,16); }
td.TdClassName
{
border-color: #4E3E10;
}
.TagClassName
{
border-color: #4E3E10;
}
</style>