Shades of Indian Tan #4A2613
Tints of Indian Tan #4A2613
RGB
CMYK
RGB Variations
Color information
#4A2613 (or 0x4A2613) is known color: Indian Tan. HEX triplet: 4A, 26 and 13. RGB value is (74,38,19). Sum of RGB (Red+Green+Blue) = 74+38+19=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2613 is #B5D9EC. Grayscale: #2E2E2E. Windows color (decimal): -11917805 or 1254986. OLE color: 1254986.
HSL color Cylindrical-coordinate representation of color #4A2613: hue angle of 20.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2613 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 38 | 19 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.71 |
| HSL | 20.73º | 0.59% | 0.18% | - |
| HSV(B) | 20.73º | 0.74% | 0.29% | - |
| XYZ | 3.63 | 2.89 | 0.98 | - |
| YUV | 46.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 19 | 0 | 0.49 | 0.74 | 0.71 | 20.73 | 0.59 | 0.18 |
| Hex | 4A | 26 | 13 | 0 | 31 | 4A | 47 | 15 | 3B | 12 |
| Octal | 112 | 46 | 23 | 0 | 61 | 112 | 107 | 25 | 73 | 22 |
| Binary | 1001010 | 100110 | 10011 | 0 | 110001 | 1001010 | 1000111 | 10101 | 111011 | 10010 |
Color Harmonies of #4A2613
Complementary color
Monochromatic Colors of #4A2613
Black with #4A2613
Text Example
Text Example
White with #4A2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2613; }
p { color: rgb(74,38,19); }
H1.HeaderClassName
{
color: #4A2613;
}
.AnyTagClassName
{
color: #4A2613;
}
</style>
background-color css
<style>
a { background-color: #4A2613; }
a { background-color: rgb(74,38,19); }
div.DivClassName
{
background-color: #4A2613;
}
.BgClassName
{
background-color: #4A2613;
}
</style>
border-color css
<style>
span { border-color: #4A2613; }
span { border-color: rgb(74,38,19); }
td.TdClassName
{
border-color: #4A2613;
}
.TagClassName
{
border-color: #4A2613;
}
</style>