Shades of Madras #4E4013
Tints of Madras #4E4013
RGB
CMYK
RGB Variations
Color information
#4E4013 (or 0x4E4013) is known color: Madras. HEX triplet: 4E, 40 and 13. RGB value is (78,64,19). Sum of RGB (Red+Green+Blue) = 78+64+19=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4013 is #B1BFEC. Grayscale: #3F3F3F. Windows color (decimal): -11649005 or 1261646. OLE color: 1261646.
HSL color Cylindrical-coordinate representation of color #4E4013: hue angle of 45.76º 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 #4E4013 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 19 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.69 |
| HSL | 45.76º | 0.61% | 0.19% | - |
| HSV(B) | 45.76º | 0.76% | 0.31% | - |
| XYZ | 5.09 | 5.33 | 1.38 | - |
| YUV | 63.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 19 | 0 | 0.18 | 0.76 | 0.69 | 45.76 | 0.61 | 0.19 |
| Hex | 4E | 40 | 13 | 0 | 12 | 4C | 45 | 2E | 3D | 13 |
| Octal | 116 | 100 | 23 | 0 | 22 | 114 | 105 | 56 | 75 | 23 |
| Binary | 1001110 | 1000000 | 10011 | 0 | 10010 | 1001100 | 1000101 | 101110 | 111101 | 10011 |
Color Harmonies of #4E4013
Complementary color
Monochromatic Colors of #4E4013
Black with #4E4013
Text Example
Text Example
White with #4E4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4013; }
p { color: rgb(78,64,19); }
H1.HeaderClassName
{
color: #4E4013;
}
.AnyTagClassName
{
color: #4E4013;
}
</style>
background-color css
<style>
a { background-color: #4E4013; }
a { background-color: rgb(78,64,19); }
div.DivClassName
{
background-color: #4E4013;
}
.BgClassName
{
background-color: #4E4013;
}
</style>
border-color css
<style>
span { border-color: #4E4013; }
span { border-color: rgb(78,64,19); }
td.TdClassName
{
border-color: #4E4013;
}
.TagClassName
{
border-color: #4E4013;
}
</style>