Shades of Madras #4D4016
Tints of Madras #4D4016
RGB
CMYK
RGB Variations
Color information
#4D4016 (or 0x4D4016) is known color: Madras. HEX triplet: 4D, 40 and 16. RGB value is (77,64,22). Sum of RGB (Red+Green+Blue) = 77+64+22=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4016 is #B2BFE9. Grayscale: #3F3F3F. Windows color (decimal): -11714538 or 1458253. OLE color: 1458253.
HSL color Cylindrical-coordinate representation of color #4D4016: hue angle of 45.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D4016 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 22 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.70 |
| HSL | 45.82º | 0.56% | 0.19% | - |
| HSV(B) | 45.82º | 0.71% | 0.3% | - |
| XYZ | 5.04 | 5.3 | 1.52 | - |
| YUV | 63.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 22 | 0 | 0.17 | 0.71 | 0.70 | 45.82 | 0.56 | 0.19 |
| Hex | 4D | 40 | 16 | 0 | 11 | 47 | 46 | 2E | 38 | 13 |
| Octal | 115 | 100 | 26 | 0 | 21 | 107 | 106 | 56 | 70 | 23 |
| Binary | 1001101 | 1000000 | 10110 | 0 | 10001 | 1000111 | 1000110 | 101110 | 111000 | 10011 |
Color Harmonies of #4D4016
Complementary color
Monochromatic Colors of #4D4016
Black with #4D4016
Text Example
Text Example
White with #4D4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4016; }
p { color: rgb(77,64,22); }
H1.HeaderClassName
{
color: #4D4016;
}
.AnyTagClassName
{
color: #4D4016;
}
</style>
background-color css
<style>
a { background-color: #4D4016; }
a { background-color: rgb(77,64,22); }
div.DivClassName
{
background-color: #4D4016;
}
.BgClassName
{
background-color: #4D4016;
}
</style>
border-color css
<style>
span { border-color: #4D4016; }
span { border-color: rgb(77,64,22); }
td.TdClassName
{
border-color: #4D4016;
}
.TagClassName
{
border-color: #4D4016;
}
</style>