Shades of Madras #4D4415
Tints of Madras #4D4415
RGB
CMYK
RGB Variations
Color information
#4D4415 (or 0x4D4415) is known color: Madras. HEX triplet: 4D, 44 and 15. RGB value is (77,68,21). Sum of RGB (Red+Green+Blue) = 77+68+21=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4415 is #B2BBEA. Grayscale: #414141. Windows color (decimal): -11713515 or 1393741. OLE color: 1393741.
HSL color Cylindrical-coordinate representation of color #4D4415: hue angle of 50.36º 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 #4D4415 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 21 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.70 |
| HSL | 50.36º | 0.57% | 0.19% | - |
| HSV(B) | 50.36º | 0.73% | 0.3% | - |
| XYZ | 5.26 | 5.77 | 1.55 | - |
| YUV | 65.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 21 | 0 | 0.12 | 0.73 | 0.70 | 50.36 | 0.57 | 0.19 |
| Hex | 4D | 44 | 15 | 0 | C | 49 | 46 | 32 | 39 | 13 |
| Octal | 115 | 104 | 25 | 0 | 14 | 111 | 106 | 62 | 71 | 23 |
| Binary | 1001101 | 1000100 | 10101 | 0 | 1100 | 1001001 | 1000110 | 110010 | 111001 | 10011 |
Color Harmonies of #4D4415
Complementary color
Monochromatic Colors of #4D4415
Black with #4D4415
Text Example
Text Example
White with #4D4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4415; }
p { color: rgb(77,68,21); }
H1.HeaderClassName
{
color: #4D4415;
}
.AnyTagClassName
{
color: #4D4415;
}
</style>
background-color css
<style>
a { background-color: #4D4415; }
a { background-color: rgb(77,68,21); }
div.DivClassName
{
background-color: #4D4415;
}
.BgClassName
{
background-color: #4D4415;
}
</style>
border-color css
<style>
span { border-color: #4D4415; }
span { border-color: rgb(77,68,21); }
td.TdClassName
{
border-color: #4D4415;
}
.TagClassName
{
border-color: #4D4415;
}
</style>