Shades of Madras #4E400F
Tints of Madras #4E400F
RGB
CMYK
RGB Variations
Color information
#4E400F (or 0x4E400F) is known color: Madras. HEX triplet: 4E, 40 and 0F. RGB value is (78,64,15). Sum of RGB (Red+Green+Blue) = 78+64+15=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E400F is #B1BFF0. Grayscale: #3E3E3E. Windows color (decimal): -11649009 or 999502. OLE color: 999502.
HSL color Cylindrical-coordinate representation of color #4E400F: hue angle of 46.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E400F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 15 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.69 |
| HSL | 46.67º | 0.68% | 0.18% | - |
| HSV(B) | 46.67º | 0.81% | 0.31% | - |
| XYZ | 5.06 | 5.32 | 1.21 | - |
| YUV | 62.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 15 | 0 | 0.18 | 0.81 | 0.69 | 46.67 | 0.68 | 0.18 |
| Hex | 4E | 40 | F | 0 | 12 | 51 | 45 | 2F | 44 | 12 |
| Octal | 116 | 100 | 17 | 0 | 22 | 121 | 105 | 57 | 104 | 22 |
| Binary | 1001110 | 1000000 | 1111 | 0 | 10010 | 1010001 | 1000101 | 101111 | 1000100 | 10010 |
Color Harmonies of #4E400F
Complementary color
Monochromatic Colors of #4E400F
Black with #4E400F
Text Example
Text Example
White with #4E400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E400F; }
p { color: rgb(78,64,15); }
H1.HeaderClassName
{
color: #4E400F;
}
.AnyTagClassName
{
color: #4E400F;
}
</style>
background-color css
<style>
a { background-color: #4E400F; }
a { background-color: rgb(78,64,15); }
div.DivClassName
{
background-color: #4E400F;
}
.BgClassName
{
background-color: #4E400F;
}
</style>
border-color css
<style>
span { border-color: #4E400F; }
span { border-color: rgb(78,64,15); }
td.TdClassName
{
border-color: #4E400F;
}
.TagClassName
{
border-color: #4E400F;
}
</style>