Shades of Indian Tan #4E2713
Tints of Indian Tan #4E2713
RGB
CMYK
RGB Variations
Color information
#4E2713 (or 0x4E2713) is known color: Indian Tan. HEX triplet: 4E, 27 and 13. RGB value is (78,39,19). Sum of RGB (Red+Green+Blue) = 78+39+19=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2713 is #B1D8EC. Grayscale: #303030. Windows color (decimal): -11655405 or 1255246. OLE color: 1255246.
HSL color Cylindrical-coordinate representation of color #4E2713: hue angle of 20.34º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E2713 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 19 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.69 |
| HSL | 20.34º | 0.61% | 0.19% | - |
| HSV(B) | 20.34º | 0.76% | 0.31% | - |
| XYZ | 3.98 | 3.12 | 1.01 | - |
| YUV | 48.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 19 | 0 | 0.50 | 0.76 | 0.69 | 20.34 | 0.61 | 0.19 |
| Hex | 4E | 27 | 13 | 0 | 32 | 4C | 45 | 14 | 3D | 13 |
| Octal | 116 | 47 | 23 | 0 | 62 | 114 | 105 | 24 | 75 | 23 |
| Binary | 1001110 | 100111 | 10011 | 0 | 110010 | 1001100 | 1000101 | 10100 | 111101 | 10011 |
Color Harmonies of #4E2713
Complementary color
Monochromatic Colors of #4E2713
Black with #4E2713
Text Example
Text Example
White with #4E2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2713; }
p { color: rgb(78,39,19); }
H1.HeaderClassName
{
color: #4E2713;
}
.AnyTagClassName
{
color: #4E2713;
}
</style>
background-color css
<style>
a { background-color: #4E2713; }
a { background-color: rgb(78,39,19); }
div.DivClassName
{
background-color: #4E2713;
}
.BgClassName
{
background-color: #4E2713;
}
</style>
border-color css
<style>
span { border-color: #4E2713; }
span { border-color: rgb(78,39,19); }
td.TdClassName
{
border-color: #4E2713;
}
.TagClassName
{
border-color: #4E2713;
}
</style>