Shades of Madras #4E3F03
Tints of Madras #4E3F03
RGB
CMYK
RGB Variations
Color information
#4E3F03 (or 0x4E3F03) is known color: Madras. HEX triplet: 4E, 3F and 03. RGB value is (78,63,3). Sum of RGB (Red+Green+Blue) = 78+63+3=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3F03 is #B1C0FC. Grayscale: #3C3C3C. Windows color (decimal): -11649277 or 212814. OLE color: 212814.
HSL color Cylindrical-coordinate representation of color #4E3F03: hue angle of 48º 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 #4E3F03 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 3 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.69 |
| HSL | 48º | 0.93% | 0.16% | - |
| HSV(B) | 48º | 0.96% | 0.31% | - |
| XYZ | 4.94 | 5.18 | 0.83 | - |
| YUV | 60.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 3 | 0 | 0.19 | 0.96 | 0.69 | 48 | 0.93 | 0.16 |
| Hex | 4E | 3F | 3 | 0 | 13 | 60 | 45 | 30 | 5D | 10 |
| Octal | 116 | 77 | 3 | 0 | 23 | 140 | 105 | 60 | 135 | 20 |
| Binary | 1001110 | 111111 | 11 | 0 | 10011 | 1100000 | 1000101 | 110000 | 1011101 | 10000 |
Color Harmonies of #4E3F03
Complementary color
Monochromatic Colors of #4E3F03
Black with #4E3F03
Text Example
Text Example
White with #4E3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F03; }
p { color: rgb(78,63,3); }
H1.HeaderClassName
{
color: #4E3F03;
}
.AnyTagClassName
{
color: #4E3F03;
}
</style>
background-color css
<style>
a { background-color: #4E3F03; }
a { background-color: rgb(78,63,3); }
div.DivClassName
{
background-color: #4E3F03;
}
.BgClassName
{
background-color: #4E3F03;
}
</style>
border-color css
<style>
span { border-color: #4E3F03; }
span { border-color: rgb(78,63,3); }
td.TdClassName
{
border-color: #4E3F03;
}
.TagClassName
{
border-color: #4E3F03;
}
</style>