Shades of Madras #4E4221
Tints of Madras #4E4221
RGB
CMYK
RGB Variations
Color information
#4E4221 (or 0x4E4221) is known color: Madras. HEX triplet: 4E, 42 and 21. RGB value is (78,66,33). Sum of RGB (Red+Green+Blue) = 78+66+33=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4221 is #B1BDDE. Grayscale: #414141. Windows color (decimal): -11648479 or 2179662. OLE color: 2179662.
HSL color Cylindrical-coordinate representation of color #4E4221: hue angle of 44º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4221 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 33 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.69 |
| HSL | 44º | 0.41% | 0.22% | - |
| HSV(B) | 44º | 0.58% | 0.31% | - |
| XYZ | 5.36 | 5.63 | 2.24 | - |
| YUV | 65.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 33 | 0 | 0.15 | 0.58 | 0.69 | 44 | 0.41 | 0.22 |
| Hex | 4E | 42 | 21 | 0 | F | 3A | 45 | 2C | 29 | 16 |
| Octal | 116 | 102 | 41 | 0 | 17 | 72 | 105 | 54 | 51 | 26 |
| Binary | 1001110 | 1000010 | 100001 | 0 | 1111 | 111010 | 1000101 | 101100 | 101001 | 10110 |
Color Harmonies of #4E4221
Complementary color
Monochromatic Colors of #4E4221
Black with #4E4221
Text Example
Text Example
White with #4E4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4221; }
p { color: rgb(78,66,33); }
H1.HeaderClassName
{
color: #4E4221;
}
.AnyTagClassName
{
color: #4E4221;
}
</style>
background-color css
<style>
a { background-color: #4E4221; }
a { background-color: rgb(78,66,33); }
div.DivClassName
{
background-color: #4E4221;
}
.BgClassName
{
background-color: #4E4221;
}
</style>
border-color css
<style>
span { border-color: #4E4221; }
span { border-color: rgb(78,66,33); }
td.TdClassName
{
border-color: #4E4221;
}
.TagClassName
{
border-color: #4E4221;
}
</style>