Shades of Madras #4C4120
Tints of Madras #4C4120
RGB
CMYK
RGB Variations
Color information
#4C4120 (or 0x4C4120) is known color: Madras. HEX triplet: 4C, 41 and 20. RGB value is (76,65,32). Sum of RGB (Red+Green+Blue) = 76+65+32=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4120 is #B3BEDF. Grayscale: #404040. Windows color (decimal): -11779808 or 2113868. OLE color: 2113868.
HSL color Cylindrical-coordinate representation of color #4C4120: hue angle of 45º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C4120 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 32 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.70 |
| HSL | 45º | 0.41% | 0.21% | - |
| HSV(B) | 45º | 0.58% | 0.3% | - |
| XYZ | 5.13 | 5.42 | 2.14 | - |
| YUV | 64.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 32 | 0 | 0.14 | 0.58 | 0.70 | 45 | 0.41 | 0.21 |
| Hex | 4C | 41 | 20 | 0 | E | 3A | 46 | 2D | 29 | 15 |
| Octal | 114 | 101 | 40 | 0 | 16 | 72 | 106 | 55 | 51 | 25 |
| Binary | 1001100 | 1000001 | 100000 | 0 | 1110 | 111010 | 1000110 | 101101 | 101001 | 10101 |
Color Harmonies of #4C4120
Complementary color
Monochromatic Colors of #4C4120
Black with #4C4120
Text Example
Text Example
White with #4C4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4120; }
p { color: rgb(76,65,32); }
H1.HeaderClassName
{
color: #4C4120;
}
.AnyTagClassName
{
color: #4C4120;
}
</style>
background-color css
<style>
a { background-color: #4C4120; }
a { background-color: rgb(76,65,32); }
div.DivClassName
{
background-color: #4C4120;
}
.BgClassName
{
background-color: #4C4120;
}
</style>
border-color css
<style>
span { border-color: #4C4120; }
span { border-color: rgb(76,65,32); }
td.TdClassName
{
border-color: #4C4120;
}
.TagClassName
{
border-color: #4C4120;
}
</style>