Shades of Indian Tan #4C3022
Tints of Indian Tan #4C3022
RGB
CMYK
RGB Variations
Color information
#4C3022 (or 0x4C3022) is known color: Indian Tan. HEX triplet: 4C, 30 and 22. RGB value is (76,48,34). Sum of RGB (Red+Green+Blue) = 76+48+34=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3022 is #B3CFDD. Grayscale: #363636. Windows color (decimal): -11784158 or 2240588. OLE color: 2240588.
HSL color Cylindrical-coordinate representation of color #4C3022: hue angle of 20º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C3022 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 34 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.70 |
| HSL | 20º | 0.38% | 0.22% | - |
| HSV(B) | 20º | 0.55% | 0.3% | - |
| XYZ | 4.33 | 3.77 | 2.01 | - |
| YUV | 54.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 34 | 0 | 0.37 | 0.55 | 0.70 | 20 | 0.38 | 0.22 |
| Hex | 4C | 30 | 22 | 0 | 25 | 37 | 46 | 14 | 26 | 16 |
| Octal | 114 | 60 | 42 | 0 | 45 | 67 | 106 | 24 | 46 | 26 |
| Binary | 1001100 | 110000 | 100010 | 0 | 100101 | 110111 | 1000110 | 10100 | 100110 | 10110 |
Color Harmonies of #4C3022
Complementary color
Monochromatic Colors of #4C3022
Black with #4C3022
Text Example
Text Example
White with #4C3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3022; }
p { color: rgb(76,48,34); }
H1.HeaderClassName
{
color: #4C3022;
}
.AnyTagClassName
{
color: #4C3022;
}
</style>
background-color css
<style>
a { background-color: #4C3022; }
a { background-color: rgb(76,48,34); }
div.DivClassName
{
background-color: #4C3022;
}
.BgClassName
{
background-color: #4C3022;
}
</style>
border-color css
<style>
span { border-color: #4C3022; }
span { border-color: rgb(76,48,34); }
td.TdClassName
{
border-color: #4C3022;
}
.TagClassName
{
border-color: #4C3022;
}
</style>