Shades of Indian Tan #4E260C
Tints of Indian Tan #4E260C
RGB
CMYK
RGB Variations
Color information
#4E260C (or 0x4E260C) is known color: Indian Tan. HEX triplet: 4E, 26 and 0C. RGB value is (78,38,12). Sum of RGB (Red+Green+Blue) = 78+38+12=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E260C is #B1D9F3. Grayscale: #2F2F2F. Windows color (decimal): -11655668 or 796238. OLE color: 796238.
HSL color Cylindrical-coordinate representation of color #4E260C: hue angle of 23.64º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E260C is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 12 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.69 |
| HSL | 23.64º | 0.73% | 0.18% | - |
| HSV(B) | 23.64º | 0.85% | 0.31% | - |
| XYZ | 3.9 | 3.03 | 0.73 | - |
| YUV | 47 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 12 | 0 | 0.51 | 0.85 | 0.69 | 23.64 | 0.73 | 0.18 |
| Hex | 4E | 26 | C | 0 | 33 | 55 | 45 | 18 | 49 | 12 |
| Octal | 116 | 46 | 14 | 0 | 63 | 125 | 105 | 30 | 111 | 22 |
| Binary | 1001110 | 100110 | 1100 | 0 | 110011 | 1010101 | 1000101 | 11000 | 1001001 | 10010 |
Color Harmonies of #4E260C
Complementary color
Monochromatic Colors of #4E260C
Black with #4E260C
Text Example
Text Example
White with #4E260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E260C; }
p { color: rgb(78,38,12); }
H1.HeaderClassName
{
color: #4E260C;
}
.AnyTagClassName
{
color: #4E260C;
}
</style>
background-color css
<style>
a { background-color: #4E260C; }
a { background-color: rgb(78,38,12); }
div.DivClassName
{
background-color: #4E260C;
}
.BgClassName
{
background-color: #4E260C;
}
</style>
border-color css
<style>
span { border-color: #4E260C; }
span { border-color: rgb(78,38,12); }
td.TdClassName
{
border-color: #4E260C;
}
.TagClassName
{
border-color: #4E260C;
}
</style>