Shades of Madras #4D4013
Tints of Madras #4D4013
RGB
CMYK
RGB Variations
Color information
#4D4013 (or 0x4D4013) is known color: Madras. HEX triplet: 4D, 40 and 13. RGB value is (77,64,19). Sum of RGB (Red+Green+Blue) = 77+64+19=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4013 is #B2BFEC. Grayscale: #3E3E3E. Windows color (decimal): -11714541 or 1261645. OLE color: 1261645.
HSL color Cylindrical-coordinate representation of color #4D4013: hue angle of 46.55º 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 #4D4013 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 19 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.70 |
| HSL | 46.55º | 0.6% | 0.19% | - |
| HSV(B) | 46.55º | 0.75% | 0.3% | - |
| XYZ | 5.01 | 5.29 | 1.37 | - |
| YUV | 62.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 19 | 0 | 0.17 | 0.75 | 0.70 | 46.55 | 0.6 | 0.19 |
| Hex | 4D | 40 | 13 | 0 | 11 | 4B | 46 | 2F | 3C | 13 |
| Octal | 115 | 100 | 23 | 0 | 21 | 113 | 106 | 57 | 74 | 23 |
| Binary | 1001101 | 1000000 | 10011 | 0 | 10001 | 1001011 | 1000110 | 101111 | 111100 | 10011 |
Color Harmonies of #4D4013
Complementary color
Monochromatic Colors of #4D4013
Black with #4D4013
Text Example
Text Example
White with #4D4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4013; }
p { color: rgb(77,64,19); }
H1.HeaderClassName
{
color: #4D4013;
}
.AnyTagClassName
{
color: #4D4013;
}
</style>
background-color css
<style>
a { background-color: #4D4013; }
a { background-color: rgb(77,64,19); }
div.DivClassName
{
background-color: #4D4013;
}
.BgClassName
{
background-color: #4D4013;
}
</style>
border-color css
<style>
span { border-color: #4D4013; }
span { border-color: rgb(77,64,19); }
td.TdClassName
{
border-color: #4D4013;
}
.TagClassName
{
border-color: #4D4013;
}
</style>