Shades of Madras #4E3A03
Tints of Madras #4E3A03
RGB
CMYK
RGB Variations
Color information
#4E3A03 (or 0x4E3A03) is known color: Madras. HEX triplet: 4E, 3A and 03. RGB value is (78,58,3). Sum of RGB (Red+Green+Blue) = 78+58+3=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3A03 is #B1C5FC. Grayscale: #393939. Windows color (decimal): -11650557 or 211534. OLE color: 211534.
HSL color Cylindrical-coordinate representation of color #4E3A03: hue angle of 44º 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 #4E3A03 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 3 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.69 |
| HSL | 44º | 0.93% | 0.16% | - |
| HSV(B) | 44º | 0.96% | 0.31% | - |
| XYZ | 4.67 | 4.65 | 0.74 | - |
| YUV | 57.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 3 | 0 | 0.26 | 0.96 | 0.69 | 44 | 0.93 | 0.16 |
| Hex | 4E | 3A | 3 | 0 | 1A | 60 | 45 | 2C | 5D | 10 |
| Octal | 116 | 72 | 3 | 0 | 32 | 140 | 105 | 54 | 135 | 20 |
| Binary | 1001110 | 111010 | 11 | 0 | 11010 | 1100000 | 1000101 | 101100 | 1011101 | 10000 |
Color Harmonies of #4E3A03
Complementary color
Monochromatic Colors of #4E3A03
Black with #4E3A03
Text Example
Text Example
White with #4E3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A03; }
p { color: rgb(78,58,3); }
H1.HeaderClassName
{
color: #4E3A03;
}
.AnyTagClassName
{
color: #4E3A03;
}
</style>
background-color css
<style>
a { background-color: #4E3A03; }
a { background-color: rgb(78,58,3); }
div.DivClassName
{
background-color: #4E3A03;
}
.BgClassName
{
background-color: #4E3A03;
}
</style>
border-color css
<style>
span { border-color: #4E3A03; }
span { border-color: rgb(78,58,3); }
td.TdClassName
{
border-color: #4E3A03;
}
.TagClassName
{
border-color: #4E3A03;
}
</style>