Shades of Madras #4E4705
Tints of Madras #4E4705
RGB
CMYK
RGB Variations
Color information
#4E4705 (or 0x4E4705) is known color: Madras. HEX triplet: 4E, 47 and 05. RGB value is (78,71,5). Sum of RGB (Red+Green+Blue) = 78+71+5=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4705 is #B1B8FA. Grayscale: #414141. Windows color (decimal): -11647227 or 345934. OLE color: 345934.
HSL color Cylindrical-coordinate representation of color #4E4705: hue angle of 54.25º 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 #4E4705 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 5 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.69 |
| HSL | 54.25º | 0.88% | 0.16% | - |
| HSV(B) | 54.25º | 0.94% | 0.31% | - |
| XYZ | 5.42 | 6.14 | 1.04 | - |
| YUV | 65.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 5 | 0 | 0.09 | 0.94 | 0.69 | 54.25 | 0.88 | 0.16 |
| Hex | 4E | 47 | 5 | 0 | 9 | 5E | 45 | 36 | 58 | 10 |
| Octal | 116 | 107 | 5 | 0 | 11 | 136 | 105 | 66 | 130 | 20 |
| Binary | 1001110 | 1000111 | 101 | 0 | 1001 | 1011110 | 1000101 | 110110 | 1011000 | 10000 |
Color Harmonies of #4E4705
Complementary color
Monochromatic Colors of #4E4705
Black with #4E4705
Text Example
Text Example
White with #4E4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4705; }
p { color: rgb(78,71,5); }
H1.HeaderClassName
{
color: #4E4705;
}
.AnyTagClassName
{
color: #4E4705;
}
</style>
background-color css
<style>
a { background-color: #4E4705; }
a { background-color: rgb(78,71,5); }
div.DivClassName
{
background-color: #4E4705;
}
.BgClassName
{
background-color: #4E4705;
}
</style>
border-color css
<style>
span { border-color: #4E4705; }
span { border-color: rgb(78,71,5); }
td.TdClassName
{
border-color: #4E4705;
}
.TagClassName
{
border-color: #4E4705;
}
</style>