Shades of Madras #4E4019
Tints of Madras #4E4019
RGB
CMYK
RGB Variations
Color information
#4E4019 (or 0x4E4019) is known color: Madras. HEX triplet: 4E, 40 and 19. RGB value is (78,64,25). Sum of RGB (Red+Green+Blue) = 78+64+25=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4019 is #B1BFE6. Grayscale: #3F3F3F. Windows color (decimal): -11648999 or 1654862. OLE color: 1654862.
HSL color Cylindrical-coordinate representation of color #4E4019: hue angle of 44.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E4019 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 25 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.69 |
| HSL | 44.15º | 0.51% | 0.2% | - |
| HSV(B) | 44.15º | 0.68% | 0.31% | - |
| XYZ | 5.15 | 5.36 | 1.68 | - |
| YUV | 63.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 25 | 0 | 0.18 | 0.68 | 0.69 | 44.15 | 0.51 | 0.2 |
| Hex | 4E | 40 | 19 | 0 | 12 | 44 | 45 | 2C | 33 | 14 |
| Octal | 116 | 100 | 31 | 0 | 22 | 104 | 105 | 54 | 63 | 24 |
| Binary | 1001110 | 1000000 | 11001 | 0 | 10010 | 1000100 | 1000101 | 101100 | 110011 | 10100 |
Color Harmonies of #4E4019
Complementary color
Monochromatic Colors of #4E4019
Black with #4E4019
Text Example
Text Example
White with #4E4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4019; }
p { color: rgb(78,64,25); }
H1.HeaderClassName
{
color: #4E4019;
}
.AnyTagClassName
{
color: #4E4019;
}
</style>
background-color css
<style>
a { background-color: #4E4019; }
a { background-color: rgb(78,64,25); }
div.DivClassName
{
background-color: #4E4019;
}
.BgClassName
{
background-color: #4E4019;
}
</style>
border-color css
<style>
span { border-color: #4E4019; }
span { border-color: rgb(78,64,25); }
td.TdClassName
{
border-color: #4E4019;
}
.TagClassName
{
border-color: #4E4019;
}
</style>