Shades of Indian Tan #4C2916
Tints of Indian Tan #4C2916
RGB
CMYK
RGB Variations
Color information
#4C2916 (or 0x4C2916) is known color: Indian Tan. HEX triplet: 4C, 29 and 16. RGB value is (76,41,22). Sum of RGB (Red+Green+Blue) = 76+41+22=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2916 is #B3D6E9. Grayscale: #313131. Windows color (decimal): -11785962 or 1452364. OLE color: 1452364.
HSL color Cylindrical-coordinate representation of color #4C2916: hue angle of 21.11º 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 #4C2916 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 22 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.70 |
| HSL | 21.11º | 0.55% | 0.19% | - |
| HSV(B) | 21.11º | 0.71% | 0.3% | - |
| XYZ | 3.92 | 3.18 | 1.17 | - |
| YUV | 49.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 22 | 0 | 0.46 | 0.71 | 0.70 | 21.11 | 0.55 | 0.19 |
| Hex | 4C | 29 | 16 | 0 | 2E | 47 | 46 | 15 | 37 | 13 |
| Octal | 114 | 51 | 26 | 0 | 56 | 107 | 106 | 25 | 67 | 23 |
| Binary | 1001100 | 101001 | 10110 | 0 | 101110 | 1000111 | 1000110 | 10101 | 110111 | 10011 |
Color Harmonies of #4C2916
Complementary color
Monochromatic Colors of #4C2916
Black with #4C2916
Text Example
Text Example
White with #4C2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2916; }
p { color: rgb(76,41,22); }
H1.HeaderClassName
{
color: #4C2916;
}
.AnyTagClassName
{
color: #4C2916;
}
</style>
background-color css
<style>
a { background-color: #4C2916; }
a { background-color: rgb(76,41,22); }
div.DivClassName
{
background-color: #4C2916;
}
.BgClassName
{
background-color: #4C2916;
}
</style>
border-color css
<style>
span { border-color: #4C2916; }
span { border-color: rgb(76,41,22); }
td.TdClassName
{
border-color: #4C2916;
}
.TagClassName
{
border-color: #4C2916;
}
</style>