Shades of Indian Tan #4C3021
Tints of Indian Tan #4C3021
RGB
CMYK
RGB Variations
Color information
#4C3021 (or 0x4C3021) is known color: Indian Tan. HEX triplet: 4C, 30 and 21. RGB value is (76,48,33). Sum of RGB (Red+Green+Blue) = 76+48+33=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3021 is #B3CFDE. Grayscale: #363636. Windows color (decimal): -11784159 or 2175052. OLE color: 2175052.
HSL color Cylindrical-coordinate representation of color #4C3021: hue angle of 20.93º 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 #4C3021 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 33 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.70 |
| HSL | 20.93º | 0.39% | 0.21% | - |
| HSV(B) | 20.93º | 0.57% | 0.3% | - |
| XYZ | 4.31 | 3.76 | 1.94 | - |
| YUV | 54.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 33 | 0 | 0.37 | 0.57 | 0.70 | 20.93 | 0.39 | 0.21 |
| Hex | 4C | 30 | 21 | 0 | 25 | 39 | 46 | 15 | 27 | 15 |
| Octal | 114 | 60 | 41 | 0 | 45 | 71 | 106 | 25 | 47 | 25 |
| Binary | 1001100 | 110000 | 100001 | 0 | 100101 | 111001 | 1000110 | 10101 | 100111 | 10101 |
Color Harmonies of #4C3021
Complementary color
Monochromatic Colors of #4C3021
Black with #4C3021
Text Example
Text Example
White with #4C3021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3021; }
p { color: rgb(76,48,33); }
H1.HeaderClassName
{
color: #4C3021;
}
.AnyTagClassName
{
color: #4C3021;
}
</style>
background-color css
<style>
a { background-color: #4C3021; }
a { background-color: rgb(76,48,33); }
div.DivClassName
{
background-color: #4C3021;
}
.BgClassName
{
background-color: #4C3021;
}
</style>
border-color css
<style>
span { border-color: #4C3021; }
span { border-color: rgb(76,48,33); }
td.TdClassName
{
border-color: #4C3021;
}
.TagClassName
{
border-color: #4C3021;
}
</style>