Shades of Madras #4E4103
Tints of Madras #4E4103
RGB
CMYK
RGB Variations
Color information
#4E4103 (or 0x4E4103) is known color: Madras. HEX triplet: 4E, 41 and 03. RGB value is (78,65,3). Sum of RGB (Red+Green+Blue) = 78+65+3=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4103 is #B1BEFC. Grayscale: #3E3E3E. Windows color (decimal): -11648765 or 213326. OLE color: 213326.
HSL color Cylindrical-coordinate representation of color #4E4103: hue angle of 49.6º 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 #4E4103 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 3 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.69 |
| HSL | 49.6º | 0.93% | 0.16% | - |
| HSV(B) | 49.6º | 0.96% | 0.31% | - |
| XYZ | 5.05 | 5.41 | 0.86 | - |
| YUV | 61.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 3 | 0 | 0.17 | 0.96 | 0.69 | 49.6 | 0.93 | 0.16 |
| Hex | 4E | 41 | 3 | 0 | 11 | 60 | 45 | 32 | 5D | 10 |
| Octal | 116 | 101 | 3 | 0 | 21 | 140 | 105 | 62 | 135 | 20 |
| Binary | 1001110 | 1000001 | 11 | 0 | 10001 | 1100000 | 1000101 | 110010 | 1011101 | 10000 |
Color Harmonies of #4E4103
Complementary color
Monochromatic Colors of #4E4103
Black with #4E4103
Text Example
Text Example
White with #4E4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4103; }
p { color: rgb(78,65,3); }
H1.HeaderClassName
{
color: #4E4103;
}
.AnyTagClassName
{
color: #4E4103;
}
</style>
background-color css
<style>
a { background-color: #4E4103; }
a { background-color: rgb(78,65,3); }
div.DivClassName
{
background-color: #4E4103;
}
.BgClassName
{
background-color: #4E4103;
}
</style>
border-color css
<style>
span { border-color: #4E4103; }
span { border-color: rgb(78,65,3); }
td.TdClassName
{
border-color: #4E4103;
}
.TagClassName
{
border-color: #4E4103;
}
</style>