Shades of Indian Tan #4E2C1C
Tints of Indian Tan #4E2C1C
RGB
CMYK
RGB Variations
Color information
#4E2C1C (or 0x4E2C1C) is known color: Indian Tan. HEX triplet: 4E, 2C and 1C. RGB value is (78,44,28). Sum of RGB (Red+Green+Blue) = 78+44+28=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C1C is #B1D3E3. Grayscale: #343434. Windows color (decimal): -11654116 or 1846350. OLE color: 1846350.
HSL color Cylindrical-coordinate representation of color #4E2C1C: hue angle of 19.2º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E2C1C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 44 | 28 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.69 |
| HSL | 19.2º | 0.47% | 0.21% | - |
| HSV(B) | 19.2º | 0.64% | 0.31% | - |
| XYZ | 4.25 | 3.5 | 1.55 | - |
| YUV | 52.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 28 | 0 | 0.44 | 0.64 | 0.69 | 19.2 | 0.47 | 0.21 |
| Hex | 4E | 2C | 1C | 0 | 2C | 40 | 45 | 13 | 2F | 15 |
| Octal | 116 | 54 | 34 | 0 | 54 | 100 | 105 | 23 | 57 | 25 |
| Binary | 1001110 | 101100 | 11100 | 0 | 101100 | 1000000 | 1000101 | 10011 | 101111 | 10101 |
Color Harmonies of #4E2C1C
Complementary color
Monochromatic Colors of #4E2C1C
Black with #4E2C1C
Text Example
Text Example
White with #4E2C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C1C; }
p { color: rgb(78,44,28); }
H1.HeaderClassName
{
color: #4E2C1C;
}
.AnyTagClassName
{
color: #4E2C1C;
}
</style>
background-color css
<style>
a { background-color: #4E2C1C; }
a { background-color: rgb(78,44,28); }
div.DivClassName
{
background-color: #4E2C1C;
}
.BgClassName
{
background-color: #4E2C1C;
}
</style>
border-color css
<style>
span { border-color: #4E2C1C; }
span { border-color: rgb(78,44,28); }
td.TdClassName
{
border-color: #4E2C1C;
}
.TagClassName
{
border-color: #4E2C1C;
}
</style>