Shades of Indian Tan #4E2414
Tints of Indian Tan #4E2414
RGB
CMYK
RGB Variations
Color information
#4E2414 (or 0x4E2414) is known color: Indian Tan. HEX triplet: 4E, 24 and 14. RGB value is (78,36,20). Sum of RGB (Red+Green+Blue) = 78+36+20=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2414 is #B1DBEB. Grayscale: #2E2E2E. Windows color (decimal): -11656172 or 1320014. OLE color: 1320014.
HSL color Cylindrical-coordinate representation of color #4E2414: hue angle of 16.55º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2414 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 20 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.69 |
| HSL | 16.55º | 0.59% | 0.19% | - |
| HSV(B) | 16.55º | 0.74% | 0.31% | - |
| XYZ | 3.9 | 2.93 | 1.02 | - |
| YUV | 46.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 20 | 0 | 0.54 | 0.74 | 0.69 | 16.55 | 0.59 | 0.19 |
| Hex | 4E | 24 | 14 | 0 | 36 | 4A | 45 | 11 | 3B | 13 |
| Octal | 116 | 44 | 24 | 0 | 66 | 112 | 105 | 21 | 73 | 23 |
| Binary | 1001110 | 100100 | 10100 | 0 | 110110 | 1001010 | 1000101 | 10001 | 111011 | 10011 |
Color Harmonies of #4E2414
Complementary color
Monochromatic Colors of #4E2414
Black with #4E2414
Text Example
Text Example
White with #4E2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2414; }
p { color: rgb(78,36,20); }
H1.HeaderClassName
{
color: #4E2414;
}
.AnyTagClassName
{
color: #4E2414;
}
</style>
background-color css
<style>
a { background-color: #4E2414; }
a { background-color: rgb(78,36,20); }
div.DivClassName
{
background-color: #4E2414;
}
.BgClassName
{
background-color: #4E2414;
}
</style>
border-color css
<style>
span { border-color: #4E2414; }
span { border-color: rgb(78,36,20); }
td.TdClassName
{
border-color: #4E2414;
}
.TagClassName
{
border-color: #4E2414;
}
</style>