Shades of Madras #4C3D15
Tints of Madras #4C3D15
RGB
CMYK
RGB Variations
Color information
#4C3D15 (or 0x4C3D15) is known color: Madras. HEX triplet: 4C, 3D and 15. RGB value is (76,61,21). Sum of RGB (Red+Green+Blue) = 76+61+21=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3D15 is #B3C2EA. Grayscale: #3D3D3D. Windows color (decimal): -11780843 or 1391948. OLE color: 1391948.
HSL color Cylindrical-coordinate representation of color #4C3D15: hue angle of 43.64º 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 #4C3D15 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 21 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.70 |
| HSL | 43.64º | 0.57% | 0.19% | - |
| HSV(B) | 43.64º | 0.72% | 0.3% | - |
| XYZ | 4.78 | 4.93 | 1.41 | - |
| YUV | 60.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 21 | 0 | 0.20 | 0.72 | 0.70 | 43.64 | 0.57 | 0.19 |
| Hex | 4C | 3D | 15 | 0 | 14 | 48 | 46 | 2C | 39 | 13 |
| Octal | 114 | 75 | 25 | 0 | 24 | 110 | 106 | 54 | 71 | 23 |
| Binary | 1001100 | 111101 | 10101 | 0 | 10100 | 1001000 | 1000110 | 101100 | 111001 | 10011 |
Color Harmonies of #4C3D15
Complementary color
Monochromatic Colors of #4C3D15
Black with #4C3D15
Text Example
Text Example
White with #4C3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D15; }
p { color: rgb(76,61,21); }
H1.HeaderClassName
{
color: #4C3D15;
}
.AnyTagClassName
{
color: #4C3D15;
}
</style>
background-color css
<style>
a { background-color: #4C3D15; }
a { background-color: rgb(76,61,21); }
div.DivClassName
{
background-color: #4C3D15;
}
.BgClassName
{
background-color: #4C3D15;
}
</style>
border-color css
<style>
span { border-color: #4C3D15; }
span { border-color: rgb(76,61,21); }
td.TdClassName
{
border-color: #4C3D15;
}
.TagClassName
{
border-color: #4C3D15;
}
</style>