Shades of Indian Tan #4E2B12
Tints of Indian Tan #4E2B12
RGB
CMYK
RGB Variations
Color information
#4E2B12 (or 0x4E2B12) is known color: Indian Tan. HEX triplet: 4E, 2B and 12. RGB value is (78,43,18). Sum of RGB (Red+Green+Blue) = 78+43+18=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B12 is #B1D4ED. Grayscale: #323232. Windows color (decimal): -11654382 or 1190734. OLE color: 1190734.
HSL color Cylindrical-coordinate representation of color #4E2B12: hue angle of 25º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2B12 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 18 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.69 |
| HSL | 25º | 0.63% | 0.19% | - |
| HSV(B) | 25º | 0.77% | 0.31% | - |
| XYZ | 4.11 | 3.39 | 1.01 | - |
| YUV | 50.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 18 | 0 | 0.45 | 0.77 | 0.69 | 25 | 0.63 | 0.19 |
| Hex | 4E | 2B | 12 | 0 | 2D | 4D | 45 | 19 | 3E | 13 |
| Octal | 116 | 53 | 22 | 0 | 55 | 115 | 105 | 31 | 76 | 23 |
| Binary | 1001110 | 101011 | 10010 | 0 | 101101 | 1001101 | 1000101 | 11001 | 111110 | 10011 |
Color Harmonies of #4E2B12
Complementary color
Monochromatic Colors of #4E2B12
Black with #4E2B12
Text Example
Text Example
White with #4E2B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B12; }
p { color: rgb(78,43,18); }
H1.HeaderClassName
{
color: #4E2B12;
}
.AnyTagClassName
{
color: #4E2B12;
}
</style>
background-color css
<style>
a { background-color: #4E2B12; }
a { background-color: rgb(78,43,18); }
div.DivClassName
{
background-color: #4E2B12;
}
.BgClassName
{
background-color: #4E2B12;
}
</style>
border-color css
<style>
span { border-color: #4E2B12; }
span { border-color: rgb(78,43,18); }
td.TdClassName
{
border-color: #4E2B12;
}
.TagClassName
{
border-color: #4E2B12;
}
</style>