Shades of Indian Tan #4E220E
Tints of Indian Tan #4E220E
RGB
CMYK
RGB Variations
Color information
#4E220E (or 0x4E220E) is known color: Indian Tan. HEX triplet: 4E, 22 and 0E. RGB value is (78,34,14). Sum of RGB (Red+Green+Blue) = 78+34+14=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E220E is #B1DDF1. Grayscale: #2C2C2C. Windows color (decimal): -11656690 or 926286. OLE color: 926286.
HSL color Cylindrical-coordinate representation of color #4E220E: hue angle of 18.75º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E220E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 14 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.69 |
| HSL | 18.75º | 0.7% | 0.18% | - |
| HSV(B) | 18.75º | 0.82% | 0.31% | - |
| XYZ | 3.79 | 2.8 | 0.76 | - |
| YUV | 44.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 14 | 0 | 0.56 | 0.82 | 0.69 | 18.75 | 0.7 | 0.18 |
| Hex | 4E | 22 | E | 0 | 38 | 52 | 45 | 13 | 46 | 12 |
| Octal | 116 | 42 | 16 | 0 | 70 | 122 | 105 | 23 | 106 | 22 |
| Binary | 1001110 | 100010 | 1110 | 0 | 111000 | 1010010 | 1000101 | 10011 | 1000110 | 10010 |
Color Harmonies of #4E220E
Complementary color
Monochromatic Colors of #4E220E
Black with #4E220E
Text Example
Text Example
White with #4E220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E220E; }
p { color: rgb(78,34,14); }
H1.HeaderClassName
{
color: #4E220E;
}
.AnyTagClassName
{
color: #4E220E;
}
</style>
background-color css
<style>
a { background-color: #4E220E; }
a { background-color: rgb(78,34,14); }
div.DivClassName
{
background-color: #4E220E;
}
.BgClassName
{
background-color: #4E220E;
}
</style>
border-color css
<style>
span { border-color: #4E220E; }
span { border-color: rgb(78,34,14); }
td.TdClassName
{
border-color: #4E220E;
}
.TagClassName
{
border-color: #4E220E;
}
</style>