Shades of Indian Tan #4E261A
Tints of Indian Tan #4E261A
RGB
CMYK
RGB Variations
Color information
#4E261A (or 0x4E261A) is known color: Indian Tan. HEX triplet: 4E, 26 and 1A. RGB value is (78,38,26). Sum of RGB (Red+Green+Blue) = 78+38+26=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E261A is #B1D9E5. Grayscale: #303030. Windows color (decimal): -11655654 or 1713742. OLE color: 1713742.
HSL color Cylindrical-coordinate representation of color #4E261A: hue angle of 13.85º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E261A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 26 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.69 |
| HSL | 13.85º | 0.5% | 0.2% | - |
| HSV(B) | 13.85º | 0.67% | 0.31% | - |
| XYZ | 4.02 | 3.08 | 1.36 | - |
| YUV | 48.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 26 | 0 | 0.51 | 0.67 | 0.69 | 13.85 | 0.5 | 0.2 |
| Hex | 4E | 26 | 1A | 0 | 33 | 43 | 45 | E | 32 | 14 |
| Octal | 116 | 46 | 32 | 0 | 63 | 103 | 105 | 16 | 62 | 24 |
| Binary | 1001110 | 100110 | 11010 | 0 | 110011 | 1000011 | 1000101 | 1110 | 110010 | 10100 |
Color Harmonies of #4E261A
Complementary color
Monochromatic Colors of #4E261A
Black with #4E261A
Text Example
Text Example
White with #4E261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E261A; }
p { color: rgb(78,38,26); }
H1.HeaderClassName
{
color: #4E261A;
}
.AnyTagClassName
{
color: #4E261A;
}
</style>
background-color css
<style>
a { background-color: #4E261A; }
a { background-color: rgb(78,38,26); }
div.DivClassName
{
background-color: #4E261A;
}
.BgClassName
{
background-color: #4E261A;
}
</style>
border-color css
<style>
span { border-color: #4E261A; }
span { border-color: rgb(78,38,26); }
td.TdClassName
{
border-color: #4E261A;
}
.TagClassName
{
border-color: #4E261A;
}
</style>