Shades of Madras #4E3A05
Tints of Madras #4E3A05
RGB
CMYK
RGB Variations
Color information
#4E3A05 (or 0x4E3A05) is known color: Madras. HEX triplet: 4E, 3A and 05. RGB value is (78,58,5). Sum of RGB (Red+Green+Blue) = 78+58+5=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3A05 is #B1C5FA. Grayscale: #3A3A3A. Windows color (decimal): -11650555 or 342606. OLE color: 342606.
HSL color Cylindrical-coordinate representation of color #4E3A05: hue angle of 43.56º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E3A05 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 5 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.69 |
| HSL | 43.56º | 0.88% | 0.16% | - |
| HSV(B) | 43.56º | 0.94% | 0.31% | - |
| XYZ | 4.68 | 4.66 | 0.8 | - |
| YUV | 57.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 5 | 0 | 0.26 | 0.94 | 0.69 | 43.56 | 0.88 | 0.16 |
| Hex | 4E | 3A | 5 | 0 | 1A | 5E | 45 | 2C | 58 | 10 |
| Octal | 116 | 72 | 5 | 0 | 32 | 136 | 105 | 54 | 130 | 20 |
| Binary | 1001110 | 111010 | 101 | 0 | 11010 | 1011110 | 1000101 | 101100 | 1011000 | 10000 |
Color Harmonies of #4E3A05
Complementary color
Monochromatic Colors of #4E3A05
Black with #4E3A05
Text Example
Text Example
White with #4E3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A05; }
p { color: rgb(78,58,5); }
H1.HeaderClassName
{
color: #4E3A05;
}
.AnyTagClassName
{
color: #4E3A05;
}
</style>
background-color css
<style>
a { background-color: #4E3A05; }
a { background-color: rgb(78,58,5); }
div.DivClassName
{
background-color: #4E3A05;
}
.BgClassName
{
background-color: #4E3A05;
}
</style>
border-color css
<style>
span { border-color: #4E3A05; }
span { border-color: rgb(78,58,5); }
td.TdClassName
{
border-color: #4E3A05;
}
.TagClassName
{
border-color: #4E3A05;
}
</style>