Shades of Madras #4D3F13
Tints of Madras #4D3F13
RGB
CMYK
RGB Variations
Color information
#4D3F13 (or 0x4D3F13) is known color: Madras. HEX triplet: 4D, 3F and 13. RGB value is (77,63,19). Sum of RGB (Red+Green+Blue) = 77+63+19=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3F13 is #B2C0EC. Grayscale: #3E3E3E. Windows color (decimal): -11714797 or 1261389. OLE color: 1261389.
HSL color Cylindrical-coordinate representation of color #4D3F13: hue angle of 45.52º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3F13 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 19 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.70 |
| HSL | 45.52º | 0.6% | 0.19% | - |
| HSV(B) | 45.52º | 0.75% | 0.3% | - |
| XYZ | 4.96 | 5.18 | 1.35 | - |
| YUV | 62.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 19 | 0 | 0.18 | 0.75 | 0.70 | 45.52 | 0.6 | 0.19 |
| Hex | 4D | 3F | 13 | 0 | 12 | 4B | 46 | 2E | 3C | 13 |
| Octal | 115 | 77 | 23 | 0 | 22 | 113 | 106 | 56 | 74 | 23 |
| Binary | 1001101 | 111111 | 10011 | 0 | 10010 | 1001011 | 1000110 | 101110 | 111100 | 10011 |
Color Harmonies of #4D3F13
Complementary color
Monochromatic Colors of #4D3F13
Black with #4D3F13
Text Example
Text Example
White with #4D3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F13; }
p { color: rgb(77,63,19); }
H1.HeaderClassName
{
color: #4D3F13;
}
.AnyTagClassName
{
color: #4D3F13;
}
</style>
background-color css
<style>
a { background-color: #4D3F13; }
a { background-color: rgb(77,63,19); }
div.DivClassName
{
background-color: #4D3F13;
}
.BgClassName
{
background-color: #4D3F13;
}
</style>
border-color css
<style>
span { border-color: #4D3F13; }
span { border-color: rgb(77,63,19); }
td.TdClassName
{
border-color: #4D3F13;
}
.TagClassName
{
border-color: #4D3F13;
}
</style>