Shades of Madras #4E470A
Tints of Madras #4E470A
RGB
CMYK
RGB Variations
Color information
#4E470A (or 0x4E470A) is known color: Madras. HEX triplet: 4E, 47 and 0A. RGB value is (78,71,10). Sum of RGB (Red+Green+Blue) = 78+71+10=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E470A is #B1B8F5. Grayscale: #424242. Windows color (decimal): -11647222 or 673614. OLE color: 673614.
HSL color Cylindrical-coordinate representation of color #4E470A: hue angle of 53.82º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E470A is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 10 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.69 |
| HSL | 53.82º | 0.77% | 0.17% | - |
| HSV(B) | 53.82º | 0.87% | 0.31% | - |
| XYZ | 5.45 | 6.15 | 1.19 | - |
| YUV | 66.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 10 | 0 | 0.09 | 0.87 | 0.69 | 53.82 | 0.77 | 0.17 |
| Hex | 4E | 47 | A | 0 | 9 | 57 | 45 | 36 | 4D | 11 |
| Octal | 116 | 107 | 12 | 0 | 11 | 127 | 105 | 66 | 115 | 21 |
| Binary | 1001110 | 1000111 | 1010 | 0 | 1001 | 1010111 | 1000101 | 110110 | 1001101 | 10001 |
Color Harmonies of #4E470A
Complementary color
Monochromatic Colors of #4E470A
Black with #4E470A
Text Example
Text Example
White with #4E470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E470A; }
p { color: rgb(78,71,10); }
H1.HeaderClassName
{
color: #4E470A;
}
.AnyTagClassName
{
color: #4E470A;
}
</style>
background-color css
<style>
a { background-color: #4E470A; }
a { background-color: rgb(78,71,10); }
div.DivClassName
{
background-color: #4E470A;
}
.BgClassName
{
background-color: #4E470A;
}
</style>
border-color css
<style>
span { border-color: #4E470A; }
span { border-color: rgb(78,71,10); }
td.TdClassName
{
border-color: #4E470A;
}
.TagClassName
{
border-color: #4E470A;
}
</style>