Shades of Madras #4E460C
Tints of Madras #4E460C
RGB
CMYK
RGB Variations
Color information
#4E460C (or 0x4E460C) is known color: Madras. HEX triplet: 4E, 46 and 0C. RGB value is (78,70,12). Sum of RGB (Red+Green+Blue) = 78+70+12=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E460C is #B1B9F3. Grayscale: #424242. Windows color (decimal): -11647476 or 804430. OLE color: 804430.
HSL color Cylindrical-coordinate representation of color #4E460C: hue angle of 52.73º 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 #4E460C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 12 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.69 |
| HSL | 52.73º | 0.73% | 0.18% | - |
| HSV(B) | 52.73º | 0.85% | 0.31% | - |
| XYZ | 5.4 | 6.03 | 1.23 | - |
| YUV | 65.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 12 | 0 | 0.10 | 0.85 | 0.69 | 52.73 | 0.73 | 0.18 |
| Hex | 4E | 46 | C | 0 | A | 55 | 45 | 35 | 49 | 12 |
| Octal | 116 | 106 | 14 | 0 | 12 | 125 | 105 | 65 | 111 | 22 |
| Binary | 1001110 | 1000110 | 1100 | 0 | 1010 | 1010101 | 1000101 | 110101 | 1001001 | 10010 |
Color Harmonies of #4E460C
Complementary color
Monochromatic Colors of #4E460C
Black with #4E460C
Text Example
Text Example
White with #4E460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E460C; }
p { color: rgb(78,70,12); }
H1.HeaderClassName
{
color: #4E460C;
}
.AnyTagClassName
{
color: #4E460C;
}
</style>
background-color css
<style>
a { background-color: #4E460C; }
a { background-color: rgb(78,70,12); }
div.DivClassName
{
background-color: #4E460C;
}
.BgClassName
{
background-color: #4E460C;
}
</style>
border-color css
<style>
span { border-color: #4E460C; }
span { border-color: rgb(78,70,12); }
td.TdClassName
{
border-color: #4E460C;
}
.TagClassName
{
border-color: #4E460C;
}
</style>