Shades of Madras #4C4216
Tints of Madras #4C4216
RGB
CMYK
RGB Variations
Color information
#4C4216 (or 0x4C4216) is known color: Madras. HEX triplet: 4C, 42 and 16. RGB value is (76,66,22). Sum of RGB (Red+Green+Blue) = 76+66+22=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4216 is #B3BDE9. Grayscale: #404040. Windows color (decimal): -11779562 or 1458764. OLE color: 1458764.
HSL color Cylindrical-coordinate representation of color #4C4216: hue angle of 48.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C4216 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 22 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.70 |
| HSL | 48.89º | 0.55% | 0.19% | - |
| HSV(B) | 48.89º | 0.71% | 0.3% | - |
| XYZ | 5.07 | 5.49 | 1.55 | - |
| YUV | 63.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 22 | 0 | 0.13 | 0.71 | 0.70 | 48.89 | 0.55 | 0.19 |
| Hex | 4C | 42 | 16 | 0 | D | 47 | 46 | 31 | 37 | 13 |
| Octal | 114 | 102 | 26 | 0 | 15 | 107 | 106 | 61 | 67 | 23 |
| Binary | 1001100 | 1000010 | 10110 | 0 | 1101 | 1000111 | 1000110 | 110001 | 110111 | 10011 |
Color Harmonies of #4C4216
Complementary color
Monochromatic Colors of #4C4216
Black with #4C4216
Text Example
Text Example
White with #4C4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4216; }
p { color: rgb(76,66,22); }
H1.HeaderClassName
{
color: #4C4216;
}
.AnyTagClassName
{
color: #4C4216;
}
</style>
background-color css
<style>
a { background-color: #4C4216; }
a { background-color: rgb(76,66,22); }
div.DivClassName
{
background-color: #4C4216;
}
.BgClassName
{
background-color: #4C4216;
}
</style>
border-color css
<style>
span { border-color: #4C4216; }
span { border-color: rgb(76,66,22); }
td.TdClassName
{
border-color: #4C4216;
}
.TagClassName
{
border-color: #4C4216;
}
</style>