Shades of Indian Tan #4C2E16
Tints of Indian Tan #4C2E16
RGB
CMYK
RGB Variations
Color information
#4C2E16 (or 0x4C2E16) is known color: Indian Tan. HEX triplet: 4C, 2E and 16. RGB value is (76,46,22). Sum of RGB (Red+Green+Blue) = 76+46+22=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2E16 is #B3D1E9. Grayscale: #343434. Windows color (decimal): -11784682 or 1453644. OLE color: 1453644.
HSL color Cylindrical-coordinate representation of color #4C2E16: hue angle of 26.67º 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 #4C2E16 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 22 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.70 |
| HSL | 26.67º | 0.55% | 0.19% | - |
| HSV(B) | 26.67º | 0.71% | 0.3% | - |
| XYZ | 4.1 | 3.55 | 1.23 | - |
| YUV | 52.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 22 | 0 | 0.39 | 0.71 | 0.70 | 26.67 | 0.55 | 0.19 |
| Hex | 4C | 2E | 16 | 0 | 27 | 47 | 46 | 1B | 37 | 13 |
| Octal | 114 | 56 | 26 | 0 | 47 | 107 | 106 | 33 | 67 | 23 |
| Binary | 1001100 | 101110 | 10110 | 0 | 100111 | 1000111 | 1000110 | 11011 | 110111 | 10011 |
Color Harmonies of #4C2E16
Complementary color
Monochromatic Colors of #4C2E16
Black with #4C2E16
Text Example
Text Example
White with #4C2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E16; }
p { color: rgb(76,46,22); }
H1.HeaderClassName
{
color: #4C2E16;
}
.AnyTagClassName
{
color: #4C2E16;
}
</style>
background-color css
<style>
a { background-color: #4C2E16; }
a { background-color: rgb(76,46,22); }
div.DivClassName
{
background-color: #4C2E16;
}
.BgClassName
{
background-color: #4C2E16;
}
</style>
border-color css
<style>
span { border-color: #4C2E16; }
span { border-color: rgb(76,46,22); }
td.TdClassName
{
border-color: #4C2E16;
}
.TagClassName
{
border-color: #4C2E16;
}
</style>