Shades of Indian Tan #4C2A16
Tints of Indian Tan #4C2A16
RGB
CMYK
RGB Variations
Color information
#4C2A16 (or 0x4C2A16) is known color: Indian Tan. HEX triplet: 4C, 2A and 16. RGB value is (76,42,22). Sum of RGB (Red+Green+Blue) = 76+42+22=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2A16 is #B3D5E9. Grayscale: #323232. Windows color (decimal): -11785706 or 1452620. OLE color: 1452620.
HSL color Cylindrical-coordinate representation of color #4C2A16: hue angle of 22.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C2A16 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 22 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.70 |
| HSL | 22.22º | 0.55% | 0.19% | - |
| HSV(B) | 22.22º | 0.71% | 0.3% | - |
| XYZ | 3.95 | 3.25 | 1.18 | - |
| YUV | 49.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 22 | 0 | 0.45 | 0.71 | 0.70 | 22.22 | 0.55 | 0.19 |
| Hex | 4C | 2A | 16 | 0 | 2D | 47 | 46 | 16 | 37 | 13 |
| Octal | 114 | 52 | 26 | 0 | 55 | 107 | 106 | 26 | 67 | 23 |
| Binary | 1001100 | 101010 | 10110 | 0 | 101101 | 1000111 | 1000110 | 10110 | 110111 | 10011 |
Color Harmonies of #4C2A16
Complementary color
Monochromatic Colors of #4C2A16
Black with #4C2A16
Text Example
Text Example
White with #4C2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A16; }
p { color: rgb(76,42,22); }
H1.HeaderClassName
{
color: #4C2A16;
}
.AnyTagClassName
{
color: #4C2A16;
}
</style>
background-color css
<style>
a { background-color: #4C2A16; }
a { background-color: rgb(76,42,22); }
div.DivClassName
{
background-color: #4C2A16;
}
.BgClassName
{
background-color: #4C2A16;
}
</style>
border-color css
<style>
span { border-color: #4C2A16; }
span { border-color: rgb(76,42,22); }
td.TdClassName
{
border-color: #4C2A16;
}
.TagClassName
{
border-color: #4C2A16;
}
</style>