Shades of Madras #4E4404
Tints of Madras #4E4404
RGB
CMYK
RGB Variations
Color information
#4E4404 (or 0x4E4404) is known color: Madras. HEX triplet: 4E, 44 and 04. RGB value is (78,68,4). Sum of RGB (Red+Green+Blue) = 78+68+4=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4404 is #B1BBFB. Grayscale: #3F3F3F. Windows color (decimal): -11647996 or 279630. OLE color: 279630.
HSL color Cylindrical-coordinate representation of color #4E4404: hue angle of 51.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E4404 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 4 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.69 |
| HSL | 51.89º | 0.9% | 0.16% | - |
| HSV(B) | 51.89º | 0.95% | 0.31% | - |
| XYZ | 5.23 | 5.76 | 0.95 | - |
| YUV | 63.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 4 | 0 | 0.13 | 0.95 | 0.69 | 51.89 | 0.9 | 0.16 |
| Hex | 4E | 44 | 4 | 0 | D | 5F | 45 | 34 | 5A | 10 |
| Octal | 116 | 104 | 4 | 0 | 15 | 137 | 105 | 64 | 132 | 20 |
| Binary | 1001110 | 1000100 | 100 | 0 | 1101 | 1011111 | 1000101 | 110100 | 1011010 | 10000 |
Color Harmonies of #4E4404
Complementary color
Monochromatic Colors of #4E4404
Black with #4E4404
Text Example
Text Example
White with #4E4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4404; }
p { color: rgb(78,68,4); }
H1.HeaderClassName
{
color: #4E4404;
}
.AnyTagClassName
{
color: #4E4404;
}
</style>
background-color css
<style>
a { background-color: #4E4404; }
a { background-color: rgb(78,68,4); }
div.DivClassName
{
background-color: #4E4404;
}
.BgClassName
{
background-color: #4E4404;
}
</style>
border-color css
<style>
span { border-color: #4E4404; }
span { border-color: rgb(78,68,4); }
td.TdClassName
{
border-color: #4E4404;
}
.TagClassName
{
border-color: #4E4404;
}
</style>