Shades of Madras #4E4110
Tints of Madras #4E4110
RGB
CMYK
RGB Variations
Color information
#4E4110 (or 0x4E4110) is known color: Madras. HEX triplet: 4E, 41 and 10. RGB value is (78,65,16). Sum of RGB (Red+Green+Blue) = 78+65+16=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4110 is #B1BEEF. Grayscale: #3F3F3F. Windows color (decimal): -11648752 or 1065294. OLE color: 1065294.
HSL color Cylindrical-coordinate representation of color #4E4110: hue angle of 47.42º 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 #4E4110 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 16 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.69 |
| HSL | 47.42º | 0.66% | 0.18% | - |
| HSV(B) | 47.42º | 0.79% | 0.31% | - |
| XYZ | 5.13 | 5.44 | 1.27 | - |
| YUV | 63.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 16 | 0 | 0.17 | 0.79 | 0.69 | 47.42 | 0.66 | 0.18 |
| Hex | 4E | 41 | 10 | 0 | 11 | 4F | 45 | 2F | 42 | 12 |
| Octal | 116 | 101 | 20 | 0 | 21 | 117 | 105 | 57 | 102 | 22 |
| Binary | 1001110 | 1000001 | 10000 | 0 | 10001 | 1001111 | 1000101 | 101111 | 1000010 | 10010 |
Color Harmonies of #4E4110
Complementary color
Monochromatic Colors of #4E4110
Black with #4E4110
Text Example
Text Example
White with #4E4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4110; }
p { color: rgb(78,65,16); }
H1.HeaderClassName
{
color: #4E4110;
}
.AnyTagClassName
{
color: #4E4110;
}
</style>
background-color css
<style>
a { background-color: #4E4110; }
a { background-color: rgb(78,65,16); }
div.DivClassName
{
background-color: #4E4110;
}
.BgClassName
{
background-color: #4E4110;
}
</style>
border-color css
<style>
span { border-color: #4E4110; }
span { border-color: rgb(78,65,16); }
td.TdClassName
{
border-color: #4E4110;
}
.TagClassName
{
border-color: #4E4110;
}
</style>