Shades of Madras #4D4115
Tints of Madras #4D4115
RGB
CMYK
RGB Variations
Color information
#4D4115 (or 0x4D4115) is known color: Madras. HEX triplet: 4D, 41 and 15. RGB value is (77,65,21). Sum of RGB (Red+Green+Blue) = 77+65+21=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4115 is #B2BEEA. Grayscale: #3F3F3F. Windows color (decimal): -11714283 or 1392973. OLE color: 1392973.
HSL color Cylindrical-coordinate representation of color #4D4115: hue angle of 47.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D4115 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 21 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.70 |
| HSL | 47.14º | 0.57% | 0.19% | - |
| HSV(B) | 47.14º | 0.73% | 0.3% | - |
| XYZ | 5.09 | 5.41 | 1.49 | - |
| YUV | 63.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 21 | 0 | 0.16 | 0.73 | 0.70 | 47.14 | 0.57 | 0.19 |
| Hex | 4D | 41 | 15 | 0 | 10 | 49 | 46 | 2F | 39 | 13 |
| Octal | 115 | 101 | 25 | 0 | 20 | 111 | 106 | 57 | 71 | 23 |
| Binary | 1001101 | 1000001 | 10101 | 0 | 10000 | 1001001 | 1000110 | 101111 | 111001 | 10011 |
Color Harmonies of #4D4115
Complementary color
Monochromatic Colors of #4D4115
Black with #4D4115
Text Example
Text Example
White with #4D4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4115; }
p { color: rgb(77,65,21); }
H1.HeaderClassName
{
color: #4D4115;
}
.AnyTagClassName
{
color: #4D4115;
}
</style>
background-color css
<style>
a { background-color: #4D4115; }
a { background-color: rgb(77,65,21); }
div.DivClassName
{
background-color: #4D4115;
}
.BgClassName
{
background-color: #4D4115;
}
</style>
border-color css
<style>
span { border-color: #4D4115; }
span { border-color: rgb(77,65,21); }
td.TdClassName
{
border-color: #4D4115;
}
.TagClassName
{
border-color: #4D4115;
}
</style>