Shades of Madras #4C4021
Tints of Madras #4C4021
RGB
CMYK
RGB Variations
Color information
#4C4021 (or 0x4C4021) is known color: Madras. HEX triplet: 4C, 40 and 21. RGB value is (76,64,33). Sum of RGB (Red+Green+Blue) = 76+64+33=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4021 is #B3BFDE. Grayscale: #404040. Windows color (decimal): -11780063 or 2179148. OLE color: 2179148.
HSL color Cylindrical-coordinate representation of color #4C4021: hue angle of 43.26º 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 #4C4021 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 33 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.70 |
| HSL | 43.26º | 0.39% | 0.21% | - |
| HSV(B) | 43.26º | 0.57% | 0.3% | - |
| XYZ | 5.09 | 5.31 | 2.2 | - |
| YUV | 64.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 33 | 0 | 0.16 | 0.57 | 0.70 | 43.26 | 0.39 | 0.21 |
| Hex | 4C | 40 | 21 | 0 | 10 | 39 | 46 | 2B | 27 | 15 |
| Octal | 114 | 100 | 41 | 0 | 20 | 71 | 106 | 53 | 47 | 25 |
| Binary | 1001100 | 1000000 | 100001 | 0 | 10000 | 111001 | 1000110 | 101011 | 100111 | 10101 |
Color Harmonies of #4C4021
Complementary color
Monochromatic Colors of #4C4021
Black with #4C4021
Text Example
Text Example
White with #4C4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4021; }
p { color: rgb(76,64,33); }
H1.HeaderClassName
{
color: #4C4021;
}
.AnyTagClassName
{
color: #4C4021;
}
</style>
background-color css
<style>
a { background-color: #4C4021; }
a { background-color: rgb(76,64,33); }
div.DivClassName
{
background-color: #4C4021;
}
.BgClassName
{
background-color: #4C4021;
}
</style>
border-color css
<style>
span { border-color: #4C4021; }
span { border-color: rgb(76,64,33); }
td.TdClassName
{
border-color: #4C4021;
}
.TagClassName
{
border-color: #4C4021;
}
</style>