Shades of Madras #4E4021
Tints of Madras #4E4021
RGB
CMYK
RGB Variations
Color information
#4E4021 (or 0x4E4021) is known color: Madras. HEX triplet: 4E, 40 and 21. RGB value is (78,64,33). Sum of RGB (Red+Green+Blue) = 78+64+33=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4021 is #B1BFDE. Grayscale: #404040. Windows color (decimal): -11648991 or 2179150. OLE color: 2179150.
HSL color Cylindrical-coordinate representation of color #4E4021: hue angle of 41.33º 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 #4E4021 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 33 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.69 |
| HSL | 41.33º | 0.41% | 0.22% | - |
| HSV(B) | 41.33º | 0.58% | 0.31% | - |
| XYZ | 5.25 | 5.4 | 2.2 | - |
| YUV | 64.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 33 | 0 | 0.18 | 0.58 | 0.69 | 41.33 | 0.41 | 0.22 |
| Hex | 4E | 40 | 21 | 0 | 12 | 3A | 45 | 29 | 29 | 16 |
| Octal | 116 | 100 | 41 | 0 | 22 | 72 | 105 | 51 | 51 | 26 |
| Binary | 1001110 | 1000000 | 100001 | 0 | 10010 | 111010 | 1000101 | 101001 | 101001 | 10110 |
Color Harmonies of #4E4021
Complementary color
Monochromatic Colors of #4E4021
Black with #4E4021
Text Example
Text Example
White with #4E4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4021; }
p { color: rgb(78,64,33); }
H1.HeaderClassName
{
color: #4E4021;
}
.AnyTagClassName
{
color: #4E4021;
}
</style>
background-color css
<style>
a { background-color: #4E4021; }
a { background-color: rgb(78,64,33); }
div.DivClassName
{
background-color: #4E4021;
}
.BgClassName
{
background-color: #4E4021;
}
</style>
border-color css
<style>
span { border-color: #4E4021; }
span { border-color: rgb(78,64,33); }
td.TdClassName
{
border-color: #4E4021;
}
.TagClassName
{
border-color: #4E4021;
}
</style>