Shades of Madras #4E4119
Tints of Madras #4E4119
RGB
CMYK
RGB Variations
Color information
#4E4119 (or 0x4E4119) is known color: Madras. HEX triplet: 4E, 41 and 19. RGB value is (78,65,25). Sum of RGB (Red+Green+Blue) = 78+65+25=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4119 is #B1BEE6. Grayscale: #404040. Windows color (decimal): -11648743 or 1655118. OLE color: 1655118.
HSL color Cylindrical-coordinate representation of color #4E4119: hue angle of 45.28º 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 #4E4119 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 25 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.69 |
| HSL | 45.28º | 0.51% | 0.2% | - |
| HSV(B) | 45.28º | 0.68% | 0.31% | - |
| XYZ | 5.21 | 5.47 | 1.7 | - |
| YUV | 64.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 25 | 0 | 0.17 | 0.68 | 0.69 | 45.28 | 0.51 | 0.2 |
| Hex | 4E | 41 | 19 | 0 | 11 | 44 | 45 | 2D | 33 | 14 |
| Octal | 116 | 101 | 31 | 0 | 21 | 104 | 105 | 55 | 63 | 24 |
| Binary | 1001110 | 1000001 | 11001 | 0 | 10001 | 1000100 | 1000101 | 101101 | 110011 | 10100 |
Color Harmonies of #4E4119
Complementary color
Monochromatic Colors of #4E4119
Black with #4E4119
Text Example
Text Example
White with #4E4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4119; }
p { color: rgb(78,65,25); }
H1.HeaderClassName
{
color: #4E4119;
}
.AnyTagClassName
{
color: #4E4119;
}
</style>
background-color css
<style>
a { background-color: #4E4119; }
a { background-color: rgb(78,65,25); }
div.DivClassName
{
background-color: #4E4119;
}
.BgClassName
{
background-color: #4E4119;
}
</style>
border-color css
<style>
span { border-color: #4E4119; }
span { border-color: rgb(78,65,25); }
td.TdClassName
{
border-color: #4E4119;
}
.TagClassName
{
border-color: #4E4119;
}
</style>