Shades of Madras #4E4113
Tints of Madras #4E4113
RGB
CMYK
RGB Variations
Color information
#4E4113 (or 0x4E4113) is known color: Madras. HEX triplet: 4E, 41 and 13. RGB value is (78,65,19). Sum of RGB (Red+Green+Blue) = 78+65+19=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4113 is #B1BEEC. Grayscale: #3F3F3F. Windows color (decimal): -11648749 or 1261902. OLE color: 1261902.
HSL color Cylindrical-coordinate representation of color #4E4113: hue angle of 46.78º 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 #4E4113 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 19 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.69 |
| HSL | 46.78º | 0.61% | 0.19% | - |
| HSV(B) | 46.78º | 0.76% | 0.31% | - |
| XYZ | 5.15 | 5.45 | 1.4 | - |
| YUV | 63.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 19 | 0 | 0.17 | 0.76 | 0.69 | 46.78 | 0.61 | 0.19 |
| Hex | 4E | 41 | 13 | 0 | 11 | 4C | 45 | 2F | 3D | 13 |
| Octal | 116 | 101 | 23 | 0 | 21 | 114 | 105 | 57 | 75 | 23 |
| Binary | 1001110 | 1000001 | 10011 | 0 | 10001 | 1001100 | 1000101 | 101111 | 111101 | 10011 |
Color Harmonies of #4E4113
Complementary color
Monochromatic Colors of #4E4113
Black with #4E4113
Text Example
Text Example
White with #4E4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4113; }
p { color: rgb(78,65,19); }
H1.HeaderClassName
{
color: #4E4113;
}
.AnyTagClassName
{
color: #4E4113;
}
</style>
background-color css
<style>
a { background-color: #4E4113; }
a { background-color: rgb(78,65,19); }
div.DivClassName
{
background-color: #4E4113;
}
.BgClassName
{
background-color: #4E4113;
}
</style>
border-color css
<style>
span { border-color: #4E4113; }
span { border-color: rgb(78,65,19); }
td.TdClassName
{
border-color: #4E4113;
}
.TagClassName
{
border-color: #4E4113;
}
</style>