Shades of Indian Tan #4E220D
Tints of Indian Tan #4E220D
RGB
CMYK
RGB Variations
Color information
#4E220D (or 0x4E220D) is known color: Indian Tan. HEX triplet: 4E, 22 and 0D. RGB value is (78,34,13). Sum of RGB (Red+Green+Blue) = 78+34+13=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E220D is #B1DDF2. Grayscale: #2C2C2C. Windows color (decimal): -11656691 or 860750. OLE color: 860750.
HSL color Cylindrical-coordinate representation of color #4E220D: hue angle of 19.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E220D is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 13 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.69 |
| HSL | 19.38º | 0.71% | 0.18% | - |
| HSV(B) | 19.38º | 0.83% | 0.31% | - |
| XYZ | 3.79 | 2.79 | 0.72 | - |
| YUV | 44.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 13 | 0 | 0.56 | 0.83 | 0.69 | 19.38 | 0.71 | 0.18 |
| Hex | 4E | 22 | D | 0 | 38 | 53 | 45 | 13 | 47 | 12 |
| Octal | 116 | 42 | 15 | 0 | 70 | 123 | 105 | 23 | 107 | 22 |
| Binary | 1001110 | 100010 | 1101 | 0 | 111000 | 1010011 | 1000101 | 10011 | 1000111 | 10010 |
Color Harmonies of #4E220D
Complementary color
Monochromatic Colors of #4E220D
Black with #4E220D
Text Example
Text Example
White with #4E220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E220D; }
p { color: rgb(78,34,13); }
H1.HeaderClassName
{
color: #4E220D;
}
.AnyTagClassName
{
color: #4E220D;
}
</style>
background-color css
<style>
a { background-color: #4E220D; }
a { background-color: rgb(78,34,13); }
div.DivClassName
{
background-color: #4E220D;
}
.BgClassName
{
background-color: #4E220D;
}
</style>
border-color css
<style>
span { border-color: #4E220D; }
span { border-color: rgb(78,34,13); }
td.TdClassName
{
border-color: #4E220D;
}
.TagClassName
{
border-color: #4E220D;
}
</style>