Shades of Indian Tan #4E2B20
Tints of Indian Tan #4E2B20
RGB
CMYK
RGB Variations
Color information
#4E2B20 (or 0x4E2B20) is known color: Indian Tan. HEX triplet: 4E, 2B and 20. RGB value is (78,43,32). Sum of RGB (Red+Green+Blue) = 78+43+32=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B20 is #B1D4DF. Grayscale: #343434. Windows color (decimal): -11654368 or 2108238. OLE color: 2108238.
HSL color Cylindrical-coordinate representation of color #4E2B20: hue angle of 14.35º 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 #4E2B20 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 32 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.69 |
| HSL | 14.35º | 0.42% | 0.22% | - |
| HSV(B) | 14.35º | 0.59% | 0.31% | - |
| XYZ | 4.27 | 3.45 | 1.81 | - |
| YUV | 52.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 32 | 0 | 0.45 | 0.59 | 0.69 | 14.35 | 0.42 | 0.22 |
| Hex | 4E | 2B | 20 | 0 | 2D | 3B | 45 | E | 2A | 16 |
| Octal | 116 | 53 | 40 | 0 | 55 | 73 | 105 | 16 | 52 | 26 |
| Binary | 1001110 | 101011 | 100000 | 0 | 101101 | 111011 | 1000101 | 1110 | 101010 | 10110 |
Color Harmonies of #4E2B20
Complementary color
Monochromatic Colors of #4E2B20
Black with #4E2B20
Text Example
Text Example
White with #4E2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B20; }
p { color: rgb(78,43,32); }
H1.HeaderClassName
{
color: #4E2B20;
}
.AnyTagClassName
{
color: #4E2B20;
}
</style>
background-color css
<style>
a { background-color: #4E2B20; }
a { background-color: rgb(78,43,32); }
div.DivClassName
{
background-color: #4E2B20;
}
.BgClassName
{
background-color: #4E2B20;
}
</style>
border-color css
<style>
span { border-color: #4E2B20; }
span { border-color: rgb(78,43,32); }
td.TdClassName
{
border-color: #4E2B20;
}
.TagClassName
{
border-color: #4E2B20;
}
</style>