Shades of Madras #4E4508
Tints of Madras #4E4508
RGB
CMYK
RGB Variations
Color information
#4E4508 (or 0x4E4508) is known color: Madras. HEX triplet: 4E, 45 and 08. RGB value is (78,69,8). Sum of RGB (Red+Green+Blue) = 78+69+8=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4508 is #B1BAF7. Grayscale: #404040. Windows color (decimal): -11647736 or 542030. OLE color: 542030.
HSL color Cylindrical-coordinate representation of color #4E4508: hue angle of 52.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E4508 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 8 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.69 |
| HSL | 52.29º | 0.81% | 0.17% | - |
| HSV(B) | 52.29º | 0.9% | 0.31% | - |
| XYZ | 5.31 | 5.89 | 1.09 | - |
| YUV | 64.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 8 | 0 | 0.12 | 0.90 | 0.69 | 52.29 | 0.81 | 0.17 |
| Hex | 4E | 45 | 8 | 0 | C | 5A | 45 | 34 | 51 | 11 |
| Octal | 116 | 105 | 10 | 0 | 14 | 132 | 105 | 64 | 121 | 21 |
| Binary | 1001110 | 1000101 | 1000 | 0 | 1100 | 1011010 | 1000101 | 110100 | 1010001 | 10001 |
Color Harmonies of #4E4508
Complementary color
Monochromatic Colors of #4E4508
Black with #4E4508
Text Example
Text Example
White with #4E4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4508; }
p { color: rgb(78,69,8); }
H1.HeaderClassName
{
color: #4E4508;
}
.AnyTagClassName
{
color: #4E4508;
}
</style>
background-color css
<style>
a { background-color: #4E4508; }
a { background-color: rgb(78,69,8); }
div.DivClassName
{
background-color: #4E4508;
}
.BgClassName
{
background-color: #4E4508;
}
</style>
border-color css
<style>
span { border-color: #4E4508; }
span { border-color: rgb(78,69,8); }
td.TdClassName
{
border-color: #4E4508;
}
.TagClassName
{
border-color: #4E4508;
}
</style>