Shades of Indian Tan #4A301E
Tints of Indian Tan #4A301E
RGB
CMYK
RGB Variations
Color information
#4A301E (or 0x4A301E) is known color: Indian Tan. HEX triplet: 4A, 30 and 1E. RGB value is (74,48,30). Sum of RGB (Red+Green+Blue) = 74+48+30=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A301E is #B5CFE1. Grayscale: #353535. Windows color (decimal): -11915234 or 1978442. OLE color: 1978442.
HSL color Cylindrical-coordinate representation of color #4A301E: hue angle of 24.55º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A301E is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 30 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.71 |
| HSL | 24.55º | 0.42% | 0.2% | - |
| HSV(B) | 24.55º | 0.59% | 0.29% | - |
| XYZ | 4.12 | 3.66 | 1.72 | - |
| YUV | 53.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 30 | 0 | 0.35 | 0.59 | 0.71 | 24.55 | 0.42 | 0.2 |
| Hex | 4A | 30 | 1E | 0 | 23 | 3B | 47 | 19 | 2A | 14 |
| Octal | 112 | 60 | 36 | 0 | 43 | 73 | 107 | 31 | 52 | 24 |
| Binary | 1001010 | 110000 | 11110 | 0 | 100011 | 111011 | 1000111 | 11001 | 101010 | 10100 |
Color Harmonies of #4A301E
Complementary color
Monochromatic Colors of #4A301E
Black with #4A301E
Text Example
Text Example
White with #4A301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A301E; }
p { color: rgb(74,48,30); }
H1.HeaderClassName
{
color: #4A301E;
}
.AnyTagClassName
{
color: #4A301E;
}
</style>
background-color css
<style>
a { background-color: #4A301E; }
a { background-color: rgb(74,48,30); }
div.DivClassName
{
background-color: #4A301E;
}
.BgClassName
{
background-color: #4A301E;
}
</style>
border-color css
<style>
span { border-color: #4A301E; }
span { border-color: rgb(74,48,30); }
td.TdClassName
{
border-color: #4A301E;
}
.TagClassName
{
border-color: #4A301E;
}
</style>