Shades of Indian Tan #4A2916
Tints of Indian Tan #4A2916
RGB
CMYK
RGB Variations
Color information
#4A2916 (or 0x4A2916) is known color: Indian Tan. HEX triplet: 4A, 29 and 16. RGB value is (74,41,22). Sum of RGB (Red+Green+Blue) = 74+41+22=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2916 is #B5D6E9. Grayscale: #303030. Windows color (decimal): -11917034 or 1452362. OLE color: 1452362.
HSL color Cylindrical-coordinate representation of color #4A2916: hue angle of 21.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2916 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 41 | 22 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.71 |
| HSL | 21.92º | 0.54% | 0.19% | - |
| HSV(B) | 21.92º | 0.7% | 0.29% | - |
| XYZ | 3.76 | 3.1 | 1.16 | - |
| YUV | 48.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 22 | 0 | 0.45 | 0.70 | 0.71 | 21.92 | 0.54 | 0.19 |
| Hex | 4A | 29 | 16 | 0 | 2D | 46 | 47 | 16 | 36 | 13 |
| Octal | 112 | 51 | 26 | 0 | 55 | 106 | 107 | 26 | 66 | 23 |
| Binary | 1001010 | 101001 | 10110 | 0 | 101101 | 1000110 | 1000111 | 10110 | 110110 | 10011 |
Color Harmonies of #4A2916
Complementary color
Monochromatic Colors of #4A2916
Black with #4A2916
Text Example
Text Example
White with #4A2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2916; }
p { color: rgb(74,41,22); }
H1.HeaderClassName
{
color: #4A2916;
}
.AnyTagClassName
{
color: #4A2916;
}
</style>
background-color css
<style>
a { background-color: #4A2916; }
a { background-color: rgb(74,41,22); }
div.DivClassName
{
background-color: #4A2916;
}
.BgClassName
{
background-color: #4A2916;
}
</style>
border-color css
<style>
span { border-color: #4A2916; }
span { border-color: rgb(74,41,22); }
td.TdClassName
{
border-color: #4A2916;
}
.TagClassName
{
border-color: #4A2916;
}
</style>