Shades of Madras #4E4610
Tints of Madras #4E4610
RGB
CMYK
RGB Variations
Color information
#4E4610 (or 0x4E4610) is known color: Madras. HEX triplet: 4E, 46 and 10. RGB value is (78,70,16). Sum of RGB (Red+Green+Blue) = 78+70+16=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4610 is #B1B9EF. Grayscale: #424242. Windows color (decimal): -11647472 or 1066574. OLE color: 1066574.
HSL color Cylindrical-coordinate representation of color #4E4610: hue angle of 52.26º 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 #4E4610 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 16 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.69 |
| HSL | 52.26º | 0.66% | 0.18% | - |
| HSV(B) | 52.26º | 0.79% | 0.31% | - |
| XYZ | 5.43 | 6.04 | 1.37 | - |
| YUV | 66.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 16 | 0 | 0.10 | 0.79 | 0.69 | 52.26 | 0.66 | 0.18 |
| Hex | 4E | 46 | 10 | 0 | A | 4F | 45 | 34 | 42 | 12 |
| Octal | 116 | 106 | 20 | 0 | 12 | 117 | 105 | 64 | 102 | 22 |
| Binary | 1001110 | 1000110 | 10000 | 0 | 1010 | 1001111 | 1000101 | 110100 | 1000010 | 10010 |
Color Harmonies of #4E4610
Complementary color
Monochromatic Colors of #4E4610
Black with #4E4610
Text Example
Text Example
White with #4E4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4610; }
p { color: rgb(78,70,16); }
H1.HeaderClassName
{
color: #4E4610;
}
.AnyTagClassName
{
color: #4E4610;
}
</style>
background-color css
<style>
a { background-color: #4E4610; }
a { background-color: rgb(78,70,16); }
div.DivClassName
{
background-color: #4E4610;
}
.BgClassName
{
background-color: #4E4610;
}
</style>
border-color css
<style>
span { border-color: #4E4610; }
span { border-color: rgb(78,70,16); }
td.TdClassName
{
border-color: #4E4610;
}
.TagClassName
{
border-color: #4E4610;
}
</style>