Shades of Madras #4E440C
Tints of Madras #4E440C
RGB
CMYK
RGB Variations
Color information
#4E440C (or 0x4E440C) is known color: Madras. HEX triplet: 4E, 44 and 0C. RGB value is (78,68,12). Sum of RGB (Red+Green+Blue) = 78+68+12=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E440C is #B1BBF3. Grayscale: #404040. Windows color (decimal): -11647988 or 803918. OLE color: 803918.
HSL color Cylindrical-coordinate representation of color #4E440C: hue angle of 50.91º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E440C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 12 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.69 |
| HSL | 50.91º | 0.73% | 0.18% | - |
| HSV(B) | 50.91º | 0.85% | 0.31% | - |
| XYZ | 5.28 | 5.78 | 1.19 | - |
| YUV | 64.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 12 | 0 | 0.13 | 0.85 | 0.69 | 50.91 | 0.73 | 0.18 |
| Hex | 4E | 44 | C | 0 | D | 55 | 45 | 33 | 49 | 12 |
| Octal | 116 | 104 | 14 | 0 | 15 | 125 | 105 | 63 | 111 | 22 |
| Binary | 1001110 | 1000100 | 1100 | 0 | 1101 | 1010101 | 1000101 | 110011 | 1001001 | 10010 |
Color Harmonies of #4E440C
Complementary color
Monochromatic Colors of #4E440C
Black with #4E440C
Text Example
Text Example
White with #4E440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E440C; }
p { color: rgb(78,68,12); }
H1.HeaderClassName
{
color: #4E440C;
}
.AnyTagClassName
{
color: #4E440C;
}
</style>
background-color css
<style>
a { background-color: #4E440C; }
a { background-color: rgb(78,68,12); }
div.DivClassName
{
background-color: #4E440C;
}
.BgClassName
{
background-color: #4E440C;
}
</style>
border-color css
<style>
span { border-color: #4E440C; }
span { border-color: rgb(78,68,12); }
td.TdClassName
{
border-color: #4E440C;
}
.TagClassName
{
border-color: #4E440C;
}
</style>