Shades of Madras #4E4617
Tints of Madras #4E4617
RGB
CMYK
RGB Variations
Color information
#4E4617 (or 0x4E4617) is known color: Madras. HEX triplet: 4E, 46 and 17. RGB value is (78,70,23). Sum of RGB (Red+Green+Blue) = 78+70+23=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4617 is #B1B9E8. Grayscale: #434343. Windows color (decimal): -11647465 or 1525326. OLE color: 1525326.
HSL color Cylindrical-coordinate representation of color #4E4617: hue angle of 51.27º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E4617 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 23 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.69 |
| HSL | 51.27º | 0.54% | 0.2% | - |
| HSV(B) | 51.27º | 0.71% | 0.31% | - |
| XYZ | 5.49 | 6.06 | 1.69 | - |
| YUV | 67.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 23 | 0 | 0.10 | 0.71 | 0.69 | 51.27 | 0.54 | 0.2 |
| Hex | 4E | 46 | 17 | 0 | A | 47 | 45 | 33 | 36 | 14 |
| Octal | 116 | 106 | 27 | 0 | 12 | 107 | 105 | 63 | 66 | 24 |
| Binary | 1001110 | 1000110 | 10111 | 0 | 1010 | 1000111 | 1000101 | 110011 | 110110 | 10100 |
Color Harmonies of #4E4617
Complementary color
Monochromatic Colors of #4E4617
Black with #4E4617
Text Example
Text Example
White with #4E4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4617; }
p { color: rgb(78,70,23); }
H1.HeaderClassName
{
color: #4E4617;
}
.AnyTagClassName
{
color: #4E4617;
}
</style>
background-color css
<style>
a { background-color: #4E4617; }
a { background-color: rgb(78,70,23); }
div.DivClassName
{
background-color: #4E4617;
}
.BgClassName
{
background-color: #4E4617;
}
</style>
border-color css
<style>
span { border-color: #4E4617; }
span { border-color: rgb(78,70,23); }
td.TdClassName
{
border-color: #4E4617;
}
.TagClassName
{
border-color: #4E4617;
}
</style>