Shades of Madras #4E4005
Tints of Madras #4E4005
RGB
CMYK
RGB Variations
Color information
#4E4005 (or 0x4E4005) is known color: Madras. HEX triplet: 4E, 40 and 05. RGB value is (78,64,5). Sum of RGB (Red+Green+Blue) = 78+64+5=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4005 is #B1BFFA. Grayscale: #3D3D3D. Windows color (decimal): -11649019 or 344142. OLE color: 344142.
HSL color Cylindrical-coordinate representation of color #4E4005: hue angle of 48.49º 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 #4E4005 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 5 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.69 |
| HSL | 48.49º | 0.88% | 0.16% | - |
| HSV(B) | 48.49º | 0.94% | 0.31% | - |
| XYZ | 5 | 5.3 | 0.9 | - |
| YUV | 61.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 5 | 0 | 0.18 | 0.94 | 0.69 | 48.49 | 0.88 | 0.16 |
| Hex | 4E | 40 | 5 | 0 | 12 | 5E | 45 | 30 | 58 | 10 |
| Octal | 116 | 100 | 5 | 0 | 22 | 136 | 105 | 60 | 130 | 20 |
| Binary | 1001110 | 1000000 | 101 | 0 | 10010 | 1011110 | 1000101 | 110000 | 1011000 | 10000 |
Color Harmonies of #4E4005
Complementary color
Monochromatic Colors of #4E4005
Black with #4E4005
Text Example
Text Example
White with #4E4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4005; }
p { color: rgb(78,64,5); }
H1.HeaderClassName
{
color: #4E4005;
}
.AnyTagClassName
{
color: #4E4005;
}
</style>
background-color css
<style>
a { background-color: #4E4005; }
a { background-color: rgb(78,64,5); }
div.DivClassName
{
background-color: #4E4005;
}
.BgClassName
{
background-color: #4E4005;
}
</style>
border-color css
<style>
span { border-color: #4E4005; }
span { border-color: rgb(78,64,5); }
td.TdClassName
{
border-color: #4E4005;
}
.TagClassName
{
border-color: #4E4005;
}
</style>