Shades of Madras #4D4613
Tints of Madras #4D4613
RGB
CMYK
RGB Variations
Color information
#4D4613 (or 0x4D4613) is known color: Madras. HEX triplet: 4D, 46 and 13. RGB value is (77,70,19). Sum of RGB (Red+Green+Blue) = 77+70+19=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4613 is #B2B9EC. Grayscale: #424242. Windows color (decimal): -11713005 or 1263181. OLE color: 1263181.
HSL color Cylindrical-coordinate representation of color #4D4613: hue angle of 52.76º 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 #4D4613 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 19 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.70 |
| HSL | 52.76º | 0.6% | 0.19% | - |
| HSV(B) | 52.76º | 0.75% | 0.3% | - |
| XYZ | 5.37 | 6.01 | 1.49 | - |
| YUV | 66.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 19 | 0 | 0.09 | 0.75 | 0.70 | 52.76 | 0.6 | 0.19 |
| Hex | 4D | 46 | 13 | 0 | 9 | 4B | 46 | 35 | 3C | 13 |
| Octal | 115 | 106 | 23 | 0 | 11 | 113 | 106 | 65 | 74 | 23 |
| Binary | 1001101 | 1000110 | 10011 | 0 | 1001 | 1001011 | 1000110 | 110101 | 111100 | 10011 |
Color Harmonies of #4D4613
Complementary color
Monochromatic Colors of #4D4613
Black with #4D4613
Text Example
Text Example
White with #4D4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4613; }
p { color: rgb(77,70,19); }
H1.HeaderClassName
{
color: #4D4613;
}
.AnyTagClassName
{
color: #4D4613;
}
</style>
background-color css
<style>
a { background-color: #4D4613; }
a { background-color: rgb(77,70,19); }
div.DivClassName
{
background-color: #4D4613;
}
.BgClassName
{
background-color: #4D4613;
}
</style>
border-color css
<style>
span { border-color: #4D4613; }
span { border-color: rgb(77,70,19); }
td.TdClassName
{
border-color: #4D4613;
}
.TagClassName
{
border-color: #4D4613;
}
</style>