Shades of Madras #4D420E
Tints of Madras #4D420E
RGB
CMYK
RGB Variations
Color information
#4D420E (or 0x4D420E) is known color: Madras. HEX triplet: 4D, 42 and 0E. RGB value is (77,66,14). Sum of RGB (Red+Green+Blue) = 77+66+14=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D420E is #B2BDF1. Grayscale: #3F3F3F. Windows color (decimal): -11714034 or 934477. OLE color: 934477.
HSL color Cylindrical-coordinate representation of color #4D420E: hue angle of 49.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D420E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 14 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.70 |
| HSL | 49.52º | 0.69% | 0.18% | - |
| HSV(B) | 49.52º | 0.82% | 0.3% | - |
| XYZ | 5.09 | 5.51 | 1.21 | - |
| YUV | 63.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 14 | 0 | 0.14 | 0.82 | 0.70 | 49.52 | 0.69 | 0.18 |
| Hex | 4D | 42 | E | 0 | E | 52 | 46 | 32 | 45 | 12 |
| Octal | 115 | 102 | 16 | 0 | 16 | 122 | 106 | 62 | 105 | 22 |
| Binary | 1001101 | 1000010 | 1110 | 0 | 1110 | 1010010 | 1000110 | 110010 | 1000101 | 10010 |
Color Harmonies of #4D420E
Complementary color
Monochromatic Colors of #4D420E
Black with #4D420E
Text Example
Text Example
White with #4D420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D420E; }
p { color: rgb(77,66,14); }
H1.HeaderClassName
{
color: #4D420E;
}
.AnyTagClassName
{
color: #4D420E;
}
</style>
background-color css
<style>
a { background-color: #4D420E; }
a { background-color: rgb(77,66,14); }
div.DivClassName
{
background-color: #4D420E;
}
.BgClassName
{
background-color: #4D420E;
}
</style>
border-color css
<style>
span { border-color: #4D420E; }
span { border-color: rgb(77,66,14); }
td.TdClassName
{
border-color: #4D420E;
}
.TagClassName
{
border-color: #4D420E;
}
</style>