Shades of Indian Tan #4E281A
Tints of Indian Tan #4E281A
RGB
CMYK
RGB Variations
Color information
#4E281A (or 0x4E281A) is known color: Indian Tan. HEX triplet: 4E, 28 and 1A. RGB value is (78,40,26). Sum of RGB (Red+Green+Blue) = 78+40+26=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E281A is #B1D7E5. Grayscale: #313131. Windows color (decimal): -11655142 or 1714254. OLE color: 1714254.
HSL color Cylindrical-coordinate representation of color #4E281A: hue angle of 16.15º 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 #4E281A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 26 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.69 |
| HSL | 16.15º | 0.5% | 0.2% | - |
| HSV(B) | 16.15º | 0.67% | 0.31% | - |
| XYZ | 4.09 | 3.21 | 1.38 | - |
| YUV | 49.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 26 | 0 | 0.49 | 0.67 | 0.69 | 16.15 | 0.5 | 0.2 |
| Hex | 4E | 28 | 1A | 0 | 31 | 43 | 45 | 10 | 32 | 14 |
| Octal | 116 | 50 | 32 | 0 | 61 | 103 | 105 | 20 | 62 | 24 |
| Binary | 1001110 | 101000 | 11010 | 0 | 110001 | 1000011 | 1000101 | 10000 | 110010 | 10100 |
Color Harmonies of #4E281A
Complementary color
Monochromatic Colors of #4E281A
Black with #4E281A
Text Example
Text Example
White with #4E281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E281A; }
p { color: rgb(78,40,26); }
H1.HeaderClassName
{
color: #4E281A;
}
.AnyTagClassName
{
color: #4E281A;
}
</style>
background-color css
<style>
a { background-color: #4E281A; }
a { background-color: rgb(78,40,26); }
div.DivClassName
{
background-color: #4E281A;
}
.BgClassName
{
background-color: #4E281A;
}
</style>
border-color css
<style>
span { border-color: #4E281A; }
span { border-color: rgb(78,40,26); }
td.TdClassName
{
border-color: #4E281A;
}
.TagClassName
{
border-color: #4E281A;
}
</style>