Shades of Indian Tan #4A3022
Tints of Indian Tan #4A3022
RGB
CMYK
RGB Variations
Color information
#4A3022 (or 0x4A3022) is known color: Indian Tan. HEX triplet: 4A, 30 and 22. RGB value is (74,48,34). Sum of RGB (Red+Green+Blue) = 74+48+34=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3022 is #B5CFDD. Grayscale: #363636. Windows color (decimal): -11915230 or 2240586. OLE color: 2240586.
HSL color Cylindrical-coordinate representation of color #4A3022: hue angle of 21º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A3022 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 34 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.71 |
| HSL | 21º | 0.37% | 0.21% | - |
| HSV(B) | 21º | 0.54% | 0.29% | - |
| XYZ | 4.17 | 3.69 | 2 | - |
| YUV | 54.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 34 | 0 | 0.35 | 0.54 | 0.71 | 21 | 0.37 | 0.21 |
| Hex | 4A | 30 | 22 | 0 | 23 | 36 | 47 | 15 | 25 | 15 |
| Octal | 112 | 60 | 42 | 0 | 43 | 66 | 107 | 25 | 45 | 25 |
| Binary | 1001010 | 110000 | 100010 | 0 | 100011 | 110110 | 1000111 | 10101 | 100101 | 10101 |
Color Harmonies of #4A3022
Complementary color
Monochromatic Colors of #4A3022
Black with #4A3022
Text Example
Text Example
White with #4A3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3022; }
p { color: rgb(74,48,34); }
H1.HeaderClassName
{
color: #4A3022;
}
.AnyTagClassName
{
color: #4A3022;
}
</style>
background-color css
<style>
a { background-color: #4A3022; }
a { background-color: rgb(74,48,34); }
div.DivClassName
{
background-color: #4A3022;
}
.BgClassName
{
background-color: #4A3022;
}
</style>
border-color css
<style>
span { border-color: #4A3022; }
span { border-color: rgb(74,48,34); }
td.TdClassName
{
border-color: #4A3022;
}
.TagClassName
{
border-color: #4A3022;
}
</style>