Shades of Indian Tan #4E3020
Tints of Indian Tan #4E3020
RGB
CMYK
RGB Variations
Color information
#4E3020 (or 0x4E3020) is known color: Indian Tan. HEX triplet: 4E, 30 and 20. RGB value is (78,48,32). Sum of RGB (Red+Green+Blue) = 78+48+32=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3020 is #B1CFDF. Grayscale: #373737. Windows color (decimal): -11653088 or 2109518. OLE color: 2109518.
HSL color Cylindrical-coordinate representation of color #4E3020: hue angle of 20.87º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E3020 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 32 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.69 |
| HSL | 20.87º | 0.42% | 0.22% | - |
| HSV(B) | 20.87º | 0.59% | 0.31% | - |
| XYZ | 4.46 | 3.84 | 1.87 | - |
| YUV | 55.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 32 | 0 | 0.38 | 0.59 | 0.69 | 20.87 | 0.42 | 0.22 |
| Hex | 4E | 30 | 20 | 0 | 26 | 3B | 45 | 15 | 2A | 16 |
| Octal | 116 | 60 | 40 | 0 | 46 | 73 | 105 | 25 | 52 | 26 |
| Binary | 1001110 | 110000 | 100000 | 0 | 100110 | 111011 | 1000101 | 10101 | 101010 | 10110 |
Color Harmonies of #4E3020
Complementary color
Monochromatic Colors of #4E3020
Black with #4E3020
Text Example
Text Example
White with #4E3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3020; }
p { color: rgb(78,48,32); }
H1.HeaderClassName
{
color: #4E3020;
}
.AnyTagClassName
{
color: #4E3020;
}
</style>
background-color css
<style>
a { background-color: #4E3020; }
a { background-color: rgb(78,48,32); }
div.DivClassName
{
background-color: #4E3020;
}
.BgClassName
{
background-color: #4E3020;
}
</style>
border-color css
<style>
span { border-color: #4E3020; }
span { border-color: rgb(78,48,32); }
td.TdClassName
{
border-color: #4E3020;
}
.TagClassName
{
border-color: #4E3020;
}
</style>