Shades of Madras #4E470C
Tints of Madras #4E470C
RGB
CMYK
RGB Variations
Color information
#4E470C (or 0x4E470C) is known color: Madras. HEX triplet: 4E, 47 and 0C. RGB value is (78,71,12). Sum of RGB (Red+Green+Blue) = 78+71+12=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E470C is #B1B8F3. Grayscale: #424242. Windows color (decimal): -11647220 or 804686. OLE color: 804686.
HSL color Cylindrical-coordinate representation of color #4E470C: hue angle of 53.64º 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 #4E470C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 12 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.69 |
| HSL | 53.64º | 0.73% | 0.18% | - |
| HSV(B) | 53.64º | 0.85% | 0.31% | - |
| XYZ | 5.46 | 6.15 | 1.25 | - |
| YUV | 66.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 12 | 0 | 0.09 | 0.85 | 0.69 | 53.64 | 0.73 | 0.18 |
| Hex | 4E | 47 | C | 0 | 9 | 55 | 45 | 36 | 49 | 12 |
| Octal | 116 | 107 | 14 | 0 | 11 | 125 | 105 | 66 | 111 | 22 |
| Binary | 1001110 | 1000111 | 1100 | 0 | 1001 | 1010101 | 1000101 | 110110 | 1001001 | 10010 |
Color Harmonies of #4E470C
Complementary color
Monochromatic Colors of #4E470C
Black with #4E470C
Text Example
Text Example
White with #4E470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E470C; }
p { color: rgb(78,71,12); }
H1.HeaderClassName
{
color: #4E470C;
}
.AnyTagClassName
{
color: #4E470C;
}
</style>
background-color css
<style>
a { background-color: #4E470C; }
a { background-color: rgb(78,71,12); }
div.DivClassName
{
background-color: #4E470C;
}
.BgClassName
{
background-color: #4E470C;
}
</style>
border-color css
<style>
span { border-color: #4E470C; }
span { border-color: rgb(78,71,12); }
td.TdClassName
{
border-color: #4E470C;
}
.TagClassName
{
border-color: #4E470C;
}
</style>