Shades of Madras #4E4010
Tints of Madras #4E4010
RGB
CMYK
RGB Variations
Color information
#4E4010 (or 0x4E4010) is known color: Madras. HEX triplet: 4E, 40 and 10. RGB value is (78,64,16). Sum of RGB (Red+Green+Blue) = 78+64+16=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4010 is #B1BFEF. Grayscale: #3E3E3E. Windows color (decimal): -11649008 or 1065038. OLE color: 1065038.
HSL color Cylindrical-coordinate representation of color #4E4010: hue angle of 46.45º 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 #4E4010 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 16 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.69 |
| HSL | 46.45º | 0.66% | 0.18% | - |
| HSV(B) | 46.45º | 0.79% | 0.31% | - |
| XYZ | 5.07 | 5.32 | 1.25 | - |
| YUV | 62.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 16 | 0 | 0.18 | 0.79 | 0.69 | 46.45 | 0.66 | 0.18 |
| Hex | 4E | 40 | 10 | 0 | 12 | 4F | 45 | 2E | 42 | 12 |
| Octal | 116 | 100 | 20 | 0 | 22 | 117 | 105 | 56 | 102 | 22 |
| Binary | 1001110 | 1000000 | 10000 | 0 | 10010 | 1001111 | 1000101 | 101110 | 1000010 | 10010 |
Color Harmonies of #4E4010
Complementary color
Monochromatic Colors of #4E4010
Black with #4E4010
Text Example
Text Example
White with #4E4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4010; }
p { color: rgb(78,64,16); }
H1.HeaderClassName
{
color: #4E4010;
}
.AnyTagClassName
{
color: #4E4010;
}
</style>
background-color css
<style>
a { background-color: #4E4010; }
a { background-color: rgb(78,64,16); }
div.DivClassName
{
background-color: #4E4010;
}
.BgClassName
{
background-color: #4E4010;
}
</style>
border-color css
<style>
span { border-color: #4E4010; }
span { border-color: rgb(78,64,16); }
td.TdClassName
{
border-color: #4E4010;
}
.TagClassName
{
border-color: #4E4010;
}
</style>