Shades of Indian Tan #4C2C21
Tints of Indian Tan #4C2C21
RGB
CMYK
RGB Variations
Color information
#4C2C21 (or 0x4C2C21) is known color: Indian Tan. HEX triplet: 4C, 2C and 21. RGB value is (76,44,33). Sum of RGB (Red+Green+Blue) = 76+44+33=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C21 is #B3D3DE. Grayscale: #343434. Windows color (decimal): -11785183 or 2174028. OLE color: 2174028.
HSL color Cylindrical-coordinate representation of color #4C2C21: hue angle of 15.35º 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 #4C2C21 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 33 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.70 |
| HSL | 15.35º | 0.39% | 0.21% | - |
| HSV(B) | 15.35º | 0.57% | 0.3% | - |
| XYZ | 4.16 | 3.45 | 1.89 | - |
| YUV | 52.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 33 | 0 | 0.42 | 0.57 | 0.70 | 15.35 | 0.39 | 0.21 |
| Hex | 4C | 2C | 21 | 0 | 2A | 39 | 46 | F | 27 | 15 |
| Octal | 114 | 54 | 41 | 0 | 52 | 71 | 106 | 17 | 47 | 25 |
| Binary | 1001100 | 101100 | 100001 | 0 | 101010 | 111001 | 1000110 | 1111 | 100111 | 10101 |
Color Harmonies of #4C2C21
Complementary color
Monochromatic Colors of #4C2C21
Black with #4C2C21
Text Example
Text Example
White with #4C2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C21; }
p { color: rgb(76,44,33); }
H1.HeaderClassName
{
color: #4C2C21;
}
.AnyTagClassName
{
color: #4C2C21;
}
</style>
background-color css
<style>
a { background-color: #4C2C21; }
a { background-color: rgb(76,44,33); }
div.DivClassName
{
background-color: #4C2C21;
}
.BgClassName
{
background-color: #4C2C21;
}
</style>
border-color css
<style>
span { border-color: #4C2C21; }
span { border-color: rgb(76,44,33); }
td.TdClassName
{
border-color: #4C2C21;
}
.TagClassName
{
border-color: #4C2C21;
}
</style>