Shades of Madras #4E4219
Tints of Madras #4E4219
RGB
CMYK
RGB Variations
Color information
#4E4219 (or 0x4E4219) is known color: Madras. HEX triplet: 4E, 42 and 19. RGB value is (78,66,25). Sum of RGB (Red+Green+Blue) = 78+66+25=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4219 is #B1BDE6. Grayscale: #414141. Windows color (decimal): -11648487 or 1655374. OLE color: 1655374.
HSL color Cylindrical-coordinate representation of color #4E4219: hue angle of 46.42º 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 #4E4219 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 25 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.69 |
| HSL | 46.42º | 0.51% | 0.2% | - |
| HSV(B) | 46.42º | 0.68% | 0.31% | - |
| XYZ | 5.27 | 5.59 | 1.72 | - |
| YUV | 64.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 25 | 0 | 0.15 | 0.68 | 0.69 | 46.42 | 0.51 | 0.2 |
| Hex | 4E | 42 | 19 | 0 | F | 44 | 45 | 2E | 33 | 14 |
| Octal | 116 | 102 | 31 | 0 | 17 | 104 | 105 | 56 | 63 | 24 |
| Binary | 1001110 | 1000010 | 11001 | 0 | 1111 | 1000100 | 1000101 | 101110 | 110011 | 10100 |
Color Harmonies of #4E4219
Complementary color
Monochromatic Colors of #4E4219
Black with #4E4219
Text Example
Text Example
White with #4E4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4219; }
p { color: rgb(78,66,25); }
H1.HeaderClassName
{
color: #4E4219;
}
.AnyTagClassName
{
color: #4E4219;
}
</style>
background-color css
<style>
a { background-color: #4E4219; }
a { background-color: rgb(78,66,25); }
div.DivClassName
{
background-color: #4E4219;
}
.BgClassName
{
background-color: #4E4219;
}
</style>
border-color css
<style>
span { border-color: #4E4219; }
span { border-color: rgb(78,66,25); }
td.TdClassName
{
border-color: #4E4219;
}
.TagClassName
{
border-color: #4E4219;
}
</style>