Shades of Madras #4E4811
Tints of Madras #4E4811
RGB
CMYK
RGB Variations
Color information
#4E4811 (or 0x4E4811) is known color: Madras. HEX triplet: 4E, 48 and 11. RGB value is (78,72,17). Sum of RGB (Red+Green+Blue) = 78+72+17=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4811 is #B1B7EE. Grayscale: #434343. Windows color (decimal): -11646959 or 1132622. OLE color: 1132622.
HSL color Cylindrical-coordinate representation of color #4E4811: hue angle of 54.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E4811 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 17 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.69 |
| HSL | 54.1º | 0.64% | 0.19% | - |
| HSV(B) | 54.1º | 0.78% | 0.31% | - |
| XYZ | 5.56 | 6.29 | 1.45 | - |
| YUV | 67.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 17 | 0 | 0.08 | 0.78 | 0.69 | 54.1 | 0.64 | 0.19 |
| Hex | 4E | 48 | 11 | 0 | 8 | 4E | 45 | 36 | 40 | 13 |
| Octal | 116 | 110 | 21 | 0 | 10 | 116 | 105 | 66 | 100 | 23 |
| Binary | 1001110 | 1001000 | 10001 | 0 | 1000 | 1001110 | 1000101 | 110110 | 1000000 | 10011 |
Color Harmonies of #4E4811
Complementary color
Monochromatic Colors of #4E4811
Black with #4E4811
Text Example
Text Example
White with #4E4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4811; }
p { color: rgb(78,72,17); }
H1.HeaderClassName
{
color: #4E4811;
}
.AnyTagClassName
{
color: #4E4811;
}
</style>
background-color css
<style>
a { background-color: #4E4811; }
a { background-color: rgb(78,72,17); }
div.DivClassName
{
background-color: #4E4811;
}
.BgClassName
{
background-color: #4E4811;
}
</style>
border-color css
<style>
span { border-color: #4E4811; }
span { border-color: rgb(78,72,17); }
td.TdClassName
{
border-color: #4E4811;
}
.TagClassName
{
border-color: #4E4811;
}
</style>