Shades of Madras #4E3B03
Tints of Madras #4E3B03
RGB
CMYK
RGB Variations
Color information
#4E3B03 (or 0x4E3B03) is known color: Madras. HEX triplet: 4E, 3B and 03. RGB value is (78,59,3). Sum of RGB (Red+Green+Blue) = 78+59+3=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3B03 is #B1C4FC. Grayscale: #3A3A3A. Windows color (decimal): -11650301 or 211790. OLE color: 211790.
HSL color Cylindrical-coordinate representation of color #4E3B03: hue angle of 44.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E3B03 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 3 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.69 |
| HSL | 44.8º | 0.93% | 0.16% | - |
| HSV(B) | 44.8º | 0.96% | 0.31% | - |
| XYZ | 4.72 | 4.75 | 0.75 | - |
| YUV | 58.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 3 | 0 | 0.24 | 0.96 | 0.69 | 44.8 | 0.93 | 0.16 |
| Hex | 4E | 3B | 3 | 0 | 18 | 60 | 45 | 2D | 5D | 10 |
| Octal | 116 | 73 | 3 | 0 | 30 | 140 | 105 | 55 | 135 | 20 |
| Binary | 1001110 | 111011 | 11 | 0 | 11000 | 1100000 | 1000101 | 101101 | 1011101 | 10000 |
Color Harmonies of #4E3B03
Complementary color
Monochromatic Colors of #4E3B03
Black with #4E3B03
Text Example
Text Example
White with #4E3B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B03; }
p { color: rgb(78,59,3); }
H1.HeaderClassName
{
color: #4E3B03;
}
.AnyTagClassName
{
color: #4E3B03;
}
</style>
background-color css
<style>
a { background-color: #4E3B03; }
a { background-color: rgb(78,59,3); }
div.DivClassName
{
background-color: #4E3B03;
}
.BgClassName
{
background-color: #4E3B03;
}
</style>
border-color css
<style>
span { border-color: #4E3B03; }
span { border-color: rgb(78,59,3); }
td.TdClassName
{
border-color: #4E3B03;
}
.TagClassName
{
border-color: #4E3B03;
}
</style>