Shades of Madras #4D3F16
Tints of Madras #4D3F16
RGB
CMYK
RGB Variations
Color information
#4D3F16 (or 0x4D3F16) is known color: Madras. HEX triplet: 4D, 3F and 16. RGB value is (77,63,22). Sum of RGB (Red+Green+Blue) = 77+63+22=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3F16 is #B2C0E9. Grayscale: #3E3E3E. Windows color (decimal): -11714794 or 1457997. OLE color: 1457997.
HSL color Cylindrical-coordinate representation of color #4D3F16: hue angle of 44.73º 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 #4D3F16 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 22 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.70 |
| HSL | 44.73º | 0.56% | 0.19% | - |
| HSV(B) | 44.73º | 0.71% | 0.3% | - |
| XYZ | 4.98 | 5.19 | 1.5 | - |
| YUV | 62.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 22 | 0 | 0.18 | 0.71 | 0.70 | 44.73 | 0.56 | 0.19 |
| Hex | 4D | 3F | 16 | 0 | 12 | 47 | 46 | 2D | 38 | 13 |
| Octal | 115 | 77 | 26 | 0 | 22 | 107 | 106 | 55 | 70 | 23 |
| Binary | 1001101 | 111111 | 10110 | 0 | 10010 | 1000111 | 1000110 | 101101 | 111000 | 10011 |
Color Harmonies of #4D3F16
Complementary color
Monochromatic Colors of #4D3F16
Black with #4D3F16
Text Example
Text Example
White with #4D3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F16; }
p { color: rgb(77,63,22); }
H1.HeaderClassName
{
color: #4D3F16;
}
.AnyTagClassName
{
color: #4D3F16;
}
</style>
background-color css
<style>
a { background-color: #4D3F16; }
a { background-color: rgb(77,63,22); }
div.DivClassName
{
background-color: #4D3F16;
}
.BgClassName
{
background-color: #4D3F16;
}
</style>
border-color css
<style>
span { border-color: #4D3F16; }
span { border-color: rgb(77,63,22); }
td.TdClassName
{
border-color: #4D3F16;
}
.TagClassName
{
border-color: #4D3F16;
}
</style>