Shades of Madras #4C4124
Tints of Madras #4C4124
RGB
CMYK
RGB Variations
Color information
#4C4124 (or 0x4C4124) is known color: Madras. HEX triplet: 4C, 41 and 24. RGB value is (76,65,36). Sum of RGB (Red+Green+Blue) = 76+65+36=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4124 is #B3BEDB. Grayscale: #414141. Windows color (decimal): -11779804 or 2376012. OLE color: 2376012.
HSL color Cylindrical-coordinate representation of color #4C4124: hue angle of 43.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C4124 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 36 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.70 |
| HSL | 43.5º | 0.36% | 0.22% | - |
| HSV(B) | 43.5º | 0.53% | 0.3% | - |
| XYZ | 5.19 | 5.44 | 2.45 | - |
| YUV | 64.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 36 | 0 | 0.14 | 0.53 | 0.70 | 43.5 | 0.36 | 0.22 |
| Hex | 4C | 41 | 24 | 0 | E | 35 | 46 | 2C | 24 | 16 |
| Octal | 114 | 101 | 44 | 0 | 16 | 65 | 106 | 54 | 44 | 26 |
| Binary | 1001100 | 1000001 | 100100 | 0 | 1110 | 110101 | 1000110 | 101100 | 100100 | 10110 |
Color Harmonies of #4C4124
Complementary color
Monochromatic Colors of #4C4124
Black with #4C4124
Text Example
Text Example
White with #4C4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4124; }
p { color: rgb(76,65,36); }
H1.HeaderClassName
{
color: #4C4124;
}
.AnyTagClassName
{
color: #4C4124;
}
</style>
background-color css
<style>
a { background-color: #4C4124; }
a { background-color: rgb(76,65,36); }
div.DivClassName
{
background-color: #4C4124;
}
.BgClassName
{
background-color: #4C4124;
}
</style>
border-color css
<style>
span { border-color: #4C4124; }
span { border-color: rgb(76,65,36); }
td.TdClassName
{
border-color: #4C4124;
}
.TagClassName
{
border-color: #4C4124;
}
</style>