Shades of Madras #4C4715
Tints of Madras #4C4715
RGB
CMYK
RGB Variations
Color information
#4C4715 (or 0x4C4715) is known color: Madras. HEX triplet: 4C, 47 and 15. RGB value is (76,71,21). Sum of RGB (Red+Green+Blue) = 76+71+21=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4715 is #B3B8EA. Grayscale: #434343. Windows color (decimal): -11778283 or 1394508. OLE color: 1394508.
HSL color Cylindrical-coordinate representation of color #4C4715: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C4715 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 21 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.70 |
| HSL | 54.55º | 0.57% | 0.19% | - |
| HSV(B) | 54.55º | 0.72% | 0.3% | - |
| XYZ | 5.37 | 6.1 | 1.6 | - |
| YUV | 66.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 21 | 0 | 0.07 | 0.72 | 0.70 | 54.55 | 0.57 | 0.19 |
| Hex | 4C | 47 | 15 | 0 | 7 | 48 | 46 | 37 | 39 | 13 |
| Octal | 114 | 107 | 25 | 0 | 7 | 110 | 106 | 67 | 71 | 23 |
| Binary | 1001100 | 1000111 | 10101 | 0 | 111 | 1001000 | 1000110 | 110111 | 111001 | 10011 |
Color Harmonies of #4C4715
Complementary color
Monochromatic Colors of #4C4715
Black with #4C4715
Text Example
Text Example
White with #4C4715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4715; }
p { color: rgb(76,71,21); }
H1.HeaderClassName
{
color: #4C4715;
}
.AnyTagClassName
{
color: #4C4715;
}
</style>
background-color css
<style>
a { background-color: #4C4715; }
a { background-color: rgb(76,71,21); }
div.DivClassName
{
background-color: #4C4715;
}
.BgClassName
{
background-color: #4C4715;
}
</style>
border-color css
<style>
span { border-color: #4C4715; }
span { border-color: rgb(76,71,21); }
td.TdClassName
{
border-color: #4C4715;
}
.TagClassName
{
border-color: #4C4715;
}
</style>