Shades of Madras #4E4303
Tints of Madras #4E4303
RGB
CMYK
RGB Variations
Color information
#4E4303 (or 0x4E4303) is known color: Madras. HEX triplet: 4E, 43 and 03. RGB value is (78,67,3). Sum of RGB (Red+Green+Blue) = 78+67+3=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4303 is #B1BCFC. Grayscale: #3F3F3F. Windows color (decimal): -11648253 or 213838. OLE color: 213838.
HSL color Cylindrical-coordinate representation of color #4E4303: hue angle of 51.2º 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 #4E4303 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 3 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.69 |
| HSL | 51.2º | 0.93% | 0.16% | - |
| HSV(B) | 51.2º | 0.96% | 0.31% | - |
| XYZ | 5.17 | 5.64 | 0.9 | - |
| YUV | 62.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 3 | 0 | 0.14 | 0.96 | 0.69 | 51.2 | 0.93 | 0.16 |
| Hex | 4E | 43 | 3 | 0 | E | 60 | 45 | 33 | 5D | 10 |
| Octal | 116 | 103 | 3 | 0 | 16 | 140 | 105 | 63 | 135 | 20 |
| Binary | 1001110 | 1000011 | 11 | 0 | 1110 | 1100000 | 1000101 | 110011 | 1011101 | 10000 |
Color Harmonies of #4E4303
Complementary color
Monochromatic Colors of #4E4303
Black with #4E4303
Text Example
Text Example
White with #4E4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4303; }
p { color: rgb(78,67,3); }
H1.HeaderClassName
{
color: #4E4303;
}
.AnyTagClassName
{
color: #4E4303;
}
</style>
background-color css
<style>
a { background-color: #4E4303; }
a { background-color: rgb(78,67,3); }
div.DivClassName
{
background-color: #4E4303;
}
.BgClassName
{
background-color: #4E4303;
}
</style>
border-color css
<style>
span { border-color: #4E4303; }
span { border-color: rgb(78,67,3); }
td.TdClassName
{
border-color: #4E4303;
}
.TagClassName
{
border-color: #4E4303;
}
</style>