Shades of Madras #4E4120
Tints of Madras #4E4120
RGB
CMYK
RGB Variations
Color information
#4E4120 (or 0x4E4120) is known color: Madras. HEX triplet: 4E, 41 and 20. RGB value is (78,65,32). Sum of RGB (Red+Green+Blue) = 78+65+32=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4120 is #B1BEDF. Grayscale: #414141. Windows color (decimal): -11648736 or 2113870. OLE color: 2113870.
HSL color Cylindrical-coordinate representation of color #4E4120: hue angle of 43.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4120 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 32 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.69 |
| HSL | 43.04º | 0.42% | 0.22% | - |
| HSV(B) | 43.04º | 0.59% | 0.31% | - |
| XYZ | 5.29 | 5.5 | 2.15 | - |
| YUV | 65.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 32 | 0 | 0.17 | 0.59 | 0.69 | 43.04 | 0.42 | 0.22 |
| Hex | 4E | 41 | 20 | 0 | 11 | 3B | 45 | 2B | 2A | 16 |
| Octal | 116 | 101 | 40 | 0 | 21 | 73 | 105 | 53 | 52 | 26 |
| Binary | 1001110 | 1000001 | 100000 | 0 | 10001 | 111011 | 1000101 | 101011 | 101010 | 10110 |
Color Harmonies of #4E4120
Complementary color
Monochromatic Colors of #4E4120
Black with #4E4120
Text Example
Text Example
White with #4E4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4120; }
p { color: rgb(78,65,32); }
H1.HeaderClassName
{
color: #4E4120;
}
.AnyTagClassName
{
color: #4E4120;
}
</style>
background-color css
<style>
a { background-color: #4E4120; }
a { background-color: rgb(78,65,32); }
div.DivClassName
{
background-color: #4E4120;
}
.BgClassName
{
background-color: #4E4120;
}
</style>
border-color css
<style>
span { border-color: #4E4120; }
span { border-color: rgb(78,65,32); }
td.TdClassName
{
border-color: #4E4120;
}
.TagClassName
{
border-color: #4E4120;
}
</style>