Shades of Madras #4E4620
Tints of Madras #4E4620
RGB
CMYK
RGB Variations
Color information
#4E4620 (or 0x4E4620) is known color: Madras. HEX triplet: 4E, 46 and 20. RGB value is (78,70,32). Sum of RGB (Red+Green+Blue) = 78+70+32=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4620 is #B1B9DF. Grayscale: #444444. Windows color (decimal): -11647456 or 2115150. OLE color: 2115150.
HSL color Cylindrical-coordinate representation of color #4E4620: hue angle of 49.57º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4620 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 32 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.69 |
| HSL | 49.57º | 0.42% | 0.22% | - |
| HSV(B) | 49.57º | 0.59% | 0.31% | - |
| XYZ | 5.59 | 6.1 | 2.25 | - |
| YUV | 68.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 32 | 0 | 0.10 | 0.59 | 0.69 | 49.57 | 0.42 | 0.22 |
| Hex | 4E | 46 | 20 | 0 | A | 3B | 45 | 32 | 2A | 16 |
| Octal | 116 | 106 | 40 | 0 | 12 | 73 | 105 | 62 | 52 | 26 |
| Binary | 1001110 | 1000110 | 100000 | 0 | 1010 | 111011 | 1000101 | 110010 | 101010 | 10110 |
Color Harmonies of #4E4620
Complementary color
Monochromatic Colors of #4E4620
Black with #4E4620
Text Example
Text Example
White with #4E4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4620; }
p { color: rgb(78,70,32); }
H1.HeaderClassName
{
color: #4E4620;
}
.AnyTagClassName
{
color: #4E4620;
}
</style>
background-color css
<style>
a { background-color: #4E4620; }
a { background-color: rgb(78,70,32); }
div.DivClassName
{
background-color: #4E4620;
}
.BgClassName
{
background-color: #4E4620;
}
</style>
border-color css
<style>
span { border-color: #4E4620; }
span { border-color: rgb(78,70,32); }
td.TdClassName
{
border-color: #4E4620;
}
.TagClassName
{
border-color: #4E4620;
}
</style>