Shades of Madras #4D4215
Tints of Madras #4D4215
RGB
CMYK
RGB Variations
Color information
#4D4215 (or 0x4D4215) is known color: Madras. HEX triplet: 4D, 42 and 15. RGB value is (77,66,21). Sum of RGB (Red+Green+Blue) = 77+66+21=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4215 is #B2BDEA. Grayscale: #404040. Windows color (decimal): -11714027 or 1393229. OLE color: 1393229.
HSL color Cylindrical-coordinate representation of color #4D4215: hue angle of 48.21º 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 #4D4215 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 21 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.70 |
| HSL | 48.21º | 0.57% | 0.19% | - |
| HSV(B) | 48.21º | 0.73% | 0.3% | - |
| XYZ | 5.14 | 5.53 | 1.51 | - |
| YUV | 64.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 21 | 0 | 0.14 | 0.73 | 0.70 | 48.21 | 0.57 | 0.19 |
| Hex | 4D | 42 | 15 | 0 | E | 49 | 46 | 30 | 39 | 13 |
| Octal | 115 | 102 | 25 | 0 | 16 | 111 | 106 | 60 | 71 | 23 |
| Binary | 1001101 | 1000010 | 10101 | 0 | 1110 | 1001001 | 1000110 | 110000 | 111001 | 10011 |
Color Harmonies of #4D4215
Complementary color
Monochromatic Colors of #4D4215
Black with #4D4215
Text Example
Text Example
White with #4D4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4215; }
p { color: rgb(77,66,21); }
H1.HeaderClassName
{
color: #4D4215;
}
.AnyTagClassName
{
color: #4D4215;
}
</style>
background-color css
<style>
a { background-color: #4D4215; }
a { background-color: rgb(77,66,21); }
div.DivClassName
{
background-color: #4D4215;
}
.BgClassName
{
background-color: #4D4215;
}
</style>
border-color css
<style>
span { border-color: #4D4215; }
span { border-color: rgb(77,66,21); }
td.TdClassName
{
border-color: #4D4215;
}
.TagClassName
{
border-color: #4D4215;
}
</style>