Shades of Madras #4E3C06
Tints of Madras #4E3C06
RGB
CMYK
RGB Variations
Color information
#4E3C06 (or 0x4E3C06) is known color: Madras. HEX triplet: 4E, 3C and 06. RGB value is (78,60,6). Sum of RGB (Red+Green+Blue) = 78+60+6=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3C06 is #B1C3F9. Grayscale: #3B3B3B. Windows color (decimal): -11650042 or 408654. OLE color: 408654.
HSL color Cylindrical-coordinate representation of color #4E3C06: hue angle of 45º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E3C06 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 6 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.69 |
| HSL | 45º | 0.86% | 0.16% | - |
| HSV(B) | 45º | 0.92% | 0.31% | - |
| XYZ | 4.79 | 4.86 | 0.86 | - |
| YUV | 59.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 6 | 0 | 0.23 | 0.92 | 0.69 | 45 | 0.86 | 0.16 |
| Hex | 4E | 3C | 6 | 0 | 17 | 5C | 45 | 2D | 56 | 10 |
| Octal | 116 | 74 | 6 | 0 | 27 | 134 | 105 | 55 | 126 | 20 |
| Binary | 1001110 | 111100 | 110 | 0 | 10111 | 1011100 | 1000101 | 101101 | 1010110 | 10000 |
Color Harmonies of #4E3C06
Complementary color
Monochromatic Colors of #4E3C06
Black with #4E3C06
Text Example
Text Example
White with #4E3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C06; }
p { color: rgb(78,60,6); }
H1.HeaderClassName
{
color: #4E3C06;
}
.AnyTagClassName
{
color: #4E3C06;
}
</style>
background-color css
<style>
a { background-color: #4E3C06; }
a { background-color: rgb(78,60,6); }
div.DivClassName
{
background-color: #4E3C06;
}
.BgClassName
{
background-color: #4E3C06;
}
</style>
border-color css
<style>
span { border-color: #4E3C06; }
span { border-color: rgb(78,60,6); }
td.TdClassName
{
border-color: #4E3C06;
}
.TagClassName
{
border-color: #4E3C06;
}
</style>