Shades of Indian Tan #4C3222
Tints of Indian Tan #4C3222
RGB
CMYK
RGB Variations
Color information
#4C3222 (or 0x4C3222) is known color: Indian Tan. HEX triplet: 4C, 32 and 22. RGB value is (76,50,34). Sum of RGB (Red+Green+Blue) = 76+50+34=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3222 is #B3CDDD. Grayscale: #383838. Windows color (decimal): -11783646 or 2241100. OLE color: 2241100.
HSL color Cylindrical-coordinate representation of color #4C3222: hue angle of 22.86º 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 #4C3222 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 34 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.70 |
| HSL | 22.86º | 0.38% | 0.22% | - |
| HSV(B) | 22.86º | 0.55% | 0.3% | - |
| XYZ | 4.41 | 3.93 | 2.04 | - |
| YUV | 55.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 34 | 0 | 0.34 | 0.55 | 0.70 | 22.86 | 0.38 | 0.22 |
| Hex | 4C | 32 | 22 | 0 | 22 | 37 | 46 | 17 | 26 | 16 |
| Octal | 114 | 62 | 42 | 0 | 42 | 67 | 106 | 27 | 46 | 26 |
| Binary | 1001100 | 110010 | 100010 | 0 | 100010 | 110111 | 1000110 | 10111 | 100110 | 10110 |
Color Harmonies of #4C3222
Complementary color
Monochromatic Colors of #4C3222
Black with #4C3222
Text Example
Text Example
White with #4C3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3222; }
p { color: rgb(76,50,34); }
H1.HeaderClassName
{
color: #4C3222;
}
.AnyTagClassName
{
color: #4C3222;
}
</style>
background-color css
<style>
a { background-color: #4C3222; }
a { background-color: rgb(76,50,34); }
div.DivClassName
{
background-color: #4C3222;
}
.BgClassName
{
background-color: #4C3222;
}
</style>
border-color css
<style>
span { border-color: #4C3222; }
span { border-color: rgb(76,50,34); }
td.TdClassName
{
border-color: #4C3222;
}
.TagClassName
{
border-color: #4C3222;
}
</style>