Shades of Madras #4C4115
Tints of Madras #4C4115
RGB
CMYK
RGB Variations
Color information
#4C4115 (or 0x4C4115) is known color: Madras. HEX triplet: 4C, 41 and 15. RGB value is (76,65,21). Sum of RGB (Red+Green+Blue) = 76+65+21=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4115 is #B3BEEA. Grayscale: #3F3F3F. Windows color (decimal): -11779819 or 1392972. OLE color: 1392972.
HSL color Cylindrical-coordinate representation of color #4C4115: hue angle of 48º 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 #4C4115 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 21 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.70 |
| HSL | 48º | 0.57% | 0.19% | - |
| HSV(B) | 48º | 0.72% | 0.3% | - |
| XYZ | 5.01 | 5.37 | 1.48 | - |
| YUV | 63.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 21 | 0 | 0.14 | 0.72 | 0.70 | 48 | 0.57 | 0.19 |
| Hex | 4C | 41 | 15 | 0 | E | 48 | 46 | 30 | 39 | 13 |
| Octal | 114 | 101 | 25 | 0 | 16 | 110 | 106 | 60 | 71 | 23 |
| Binary | 1001100 | 1000001 | 10101 | 0 | 1110 | 1001000 | 1000110 | 110000 | 111001 | 10011 |
Color Harmonies of #4C4115
Complementary color
Monochromatic Colors of #4C4115
Black with #4C4115
Text Example
Text Example
White with #4C4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4115; }
p { color: rgb(76,65,21); }
H1.HeaderClassName
{
color: #4C4115;
}
.AnyTagClassName
{
color: #4C4115;
}
</style>
background-color css
<style>
a { background-color: #4C4115; }
a { background-color: rgb(76,65,21); }
div.DivClassName
{
background-color: #4C4115;
}
.BgClassName
{
background-color: #4C4115;
}
</style>
border-color css
<style>
span { border-color: #4C4115; }
span { border-color: rgb(76,65,21); }
td.TdClassName
{
border-color: #4C4115;
}
.TagClassName
{
border-color: #4C4115;
}
</style>