Shades of Madras #4C4816
Tints of Madras #4C4816
RGB
CMYK
RGB Variations
Color information
#4C4816 (or 0x4C4816) is known color: Madras. HEX triplet: 4C, 48 and 16. RGB value is (76,72,22). Sum of RGB (Red+Green+Blue) = 76+72+22=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4816 is #B3B7E9. Grayscale: #434343. Windows color (decimal): -11778026 or 1460300. OLE color: 1460300.
HSL color Cylindrical-coordinate representation of color #4C4816: hue angle of 55.56º 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 #4C4816 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 22 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.70 |
| HSL | 55.56º | 0.55% | 0.19% | - |
| HSV(B) | 55.56º | 0.71% | 0.3% | - |
| XYZ | 5.44 | 6.23 | 1.67 | - |
| YUV | 67.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 22 | 0 | 0.05 | 0.71 | 0.70 | 55.56 | 0.55 | 0.19 |
| Hex | 4C | 48 | 16 | 0 | 5 | 47 | 46 | 38 | 37 | 13 |
| Octal | 114 | 110 | 26 | 0 | 5 | 107 | 106 | 70 | 67 | 23 |
| Binary | 1001100 | 1001000 | 10110 | 0 | 101 | 1000111 | 1000110 | 111000 | 110111 | 10011 |
Color Harmonies of #4C4816
Complementary color
Monochromatic Colors of #4C4816
Black with #4C4816
Text Example
Text Example
White with #4C4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4816; }
p { color: rgb(76,72,22); }
H1.HeaderClassName
{
color: #4C4816;
}
.AnyTagClassName
{
color: #4C4816;
}
</style>
background-color css
<style>
a { background-color: #4C4816; }
a { background-color: rgb(76,72,22); }
div.DivClassName
{
background-color: #4C4816;
}
.BgClassName
{
background-color: #4C4816;
}
</style>
border-color css
<style>
span { border-color: #4C4816; }
span { border-color: rgb(76,72,22); }
td.TdClassName
{
border-color: #4C4816;
}
.TagClassName
{
border-color: #4C4816;
}
</style>