Shades of Madras #4E3D11
Tints of Madras #4E3D11
RGB
CMYK
RGB Variations
Color information
#4E3D11 (or 0x4E3D11) is known color: Madras. HEX triplet: 4E, 3D and 11. RGB value is (78,61,17). Sum of RGB (Red+Green+Blue) = 78+61+17=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3D11 is #B1C2EE. Grayscale: #3D3D3D. Windows color (decimal): -11649775 or 1129806. OLE color: 1129806.
HSL color Cylindrical-coordinate representation of color #4E3D11: hue angle of 43.28º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E3D11 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 61 | 17 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.69 |
| HSL | 43.28º | 0.64% | 0.19% | - |
| HSV(B) | 43.28º | 0.78% | 0.31% | - |
| XYZ | 4.91 | 5 | 1.24 | - |
| YUV | 61.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 17 | 0 | 0.22 | 0.78 | 0.69 | 43.28 | 0.64 | 0.19 |
| Hex | 4E | 3D | 11 | 0 | 16 | 4E | 45 | 2B | 40 | 13 |
| Octal | 116 | 75 | 21 | 0 | 26 | 116 | 105 | 53 | 100 | 23 |
| Binary | 1001110 | 111101 | 10001 | 0 | 10110 | 1001110 | 1000101 | 101011 | 1000000 | 10011 |
Color Harmonies of #4E3D11
Complementary color
Monochromatic Colors of #4E3D11
Black with #4E3D11
Text Example
Text Example
White with #4E3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3D11; }
p { color: rgb(78,61,17); }
H1.HeaderClassName
{
color: #4E3D11;
}
.AnyTagClassName
{
color: #4E3D11;
}
</style>
background-color css
<style>
a { background-color: #4E3D11; }
a { background-color: rgb(78,61,17); }
div.DivClassName
{
background-color: #4E3D11;
}
.BgClassName
{
background-color: #4E3D11;
}
</style>
border-color css
<style>
span { border-color: #4E3D11; }
span { border-color: rgb(78,61,17); }
td.TdClassName
{
border-color: #4E3D11;
}
.TagClassName
{
border-color: #4E3D11;
}
</style>