Shades of Madras #4E4713
Tints of Madras #4E4713
RGB
CMYK
RGB Variations
Color information
#4E4713 (or 0x4E4713) is known color: Madras. HEX triplet: 4E, 47 and 13. RGB value is (78,71,19). Sum of RGB (Red+Green+Blue) = 78+71+19=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4713 is #B1B8EC. Grayscale: #434343. Windows color (decimal): -11647213 or 1263438. OLE color: 1263438.
HSL color Cylindrical-coordinate representation of color #4E4713: hue angle of 52.88º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E4713 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 19 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.69 |
| HSL | 52.88º | 0.61% | 0.19% | - |
| HSV(B) | 52.88º | 0.76% | 0.31% | - |
| XYZ | 5.51 | 6.17 | 1.52 | - |
| YUV | 67.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 19 | 0 | 0.09 | 0.76 | 0.69 | 52.88 | 0.61 | 0.19 |
| Hex | 4E | 47 | 13 | 0 | 9 | 4C | 45 | 35 | 3D | 13 |
| Octal | 116 | 107 | 23 | 0 | 11 | 114 | 105 | 65 | 75 | 23 |
| Binary | 1001110 | 1000111 | 10011 | 0 | 1001 | 1001100 | 1000101 | 110101 | 111101 | 10011 |
Color Harmonies of #4E4713
Complementary color
Monochromatic Colors of #4E4713
Black with #4E4713
Text Example
Text Example
White with #4E4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4713; }
p { color: rgb(78,71,19); }
H1.HeaderClassName
{
color: #4E4713;
}
.AnyTagClassName
{
color: #4E4713;
}
</style>
background-color css
<style>
a { background-color: #4E4713; }
a { background-color: rgb(78,71,19); }
div.DivClassName
{
background-color: #4E4713;
}
.BgClassName
{
background-color: #4E4713;
}
</style>
border-color css
<style>
span { border-color: #4E4713; }
span { border-color: rgb(78,71,19); }
td.TdClassName
{
border-color: #4E4713;
}
.TagClassName
{
border-color: #4E4713;
}
</style>