Shades of Madras #4C4521
Tints of Madras #4C4521
RGB
CMYK
RGB Variations
Color information
#4C4521 (or 0x4C4521) is known color: Madras. HEX triplet: 4C, 45 and 21. RGB value is (76,69,33). Sum of RGB (Red+Green+Blue) = 76+69+33=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4521 is #B3BADE. Grayscale: #434343. Windows color (decimal): -11778783 or 2180428. OLE color: 2180428.
HSL color Cylindrical-coordinate representation of color #4C4521: hue angle of 50.23º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C4521 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 33 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.70 |
| HSL | 50.23º | 0.39% | 0.21% | - |
| HSV(B) | 50.23º | 0.57% | 0.3% | - |
| XYZ | 5.38 | 5.9 | 2.29 | - |
| YUV | 66.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 33 | 0 | 0.09 | 0.57 | 0.70 | 50.23 | 0.39 | 0.21 |
| Hex | 4C | 45 | 21 | 0 | 9 | 39 | 46 | 32 | 27 | 15 |
| Octal | 114 | 105 | 41 | 0 | 11 | 71 | 106 | 62 | 47 | 25 |
| Binary | 1001100 | 1000101 | 100001 | 0 | 1001 | 111001 | 1000110 | 110010 | 100111 | 10101 |
Color Harmonies of #4C4521
Complementary color
Monochromatic Colors of #4C4521
Black with #4C4521
Text Example
Text Example
White with #4C4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4521; }
p { color: rgb(76,69,33); }
H1.HeaderClassName
{
color: #4C4521;
}
.AnyTagClassName
{
color: #4C4521;
}
</style>
background-color css
<style>
a { background-color: #4C4521; }
a { background-color: rgb(76,69,33); }
div.DivClassName
{
background-color: #4C4521;
}
.BgClassName
{
background-color: #4C4521;
}
</style>
border-color css
<style>
span { border-color: #4C4521; }
span { border-color: rgb(76,69,33); }
td.TdClassName
{
border-color: #4C4521;
}
.TagClassName
{
border-color: #4C4521;
}
</style>