Shades of Indian Tan #542E1E
Tints of Indian Tan #542E1E
RGB
CMYK
RGB Variations
Color information
#542E1E (or 0x542E1E) is known color: Indian Tan. HEX triplet: 54, 2E and 1E. RGB value is (84,46,30). Sum of RGB (Red+Green+Blue) = 84+46+30=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #542E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E1E is #ABD1E1. Grayscale: #373737. Windows color (decimal): -11260386 or 1977940. OLE color: 1977940.
HSL color Cylindrical-coordinate representation of color #542E1E: hue angle of 17.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #542E1E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 30 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.67 |
| HSL | 17.78º | 0.47% | 0.22% | - |
| HSV(B) | 17.78º | 0.64% | 0.33% | - |
| XYZ | 4.87 | 3.93 | 1.73 | - |
| YUV | 55.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 30 | 0 | 0.45 | 0.64 | 0.67 | 17.78 | 0.47 | 0.22 |
| Hex | 54 | 2E | 1E | 0 | 2D | 40 | 43 | 12 | 2F | 16 |
| Octal | 124 | 56 | 36 | 0 | 55 | 100 | 103 | 22 | 57 | 26 |
| Binary | 1010100 | 101110 | 11110 | 0 | 101101 | 1000000 | 1000011 | 10010 | 101111 | 10110 |
Color Harmonies of #542E1E
Complementary color
Monochromatic Colors of #542E1E
Black with #542E1E
Text Example
Text Example
White with #542E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E1E; }
p { color: rgb(84,46,30); }
H1.HeaderClassName
{
color: #542E1E;
}
.AnyTagClassName
{
color: #542E1E;
}
</style>
background-color css
<style>
a { background-color: #542E1E; }
a { background-color: rgb(84,46,30); }
div.DivClassName
{
background-color: #542E1E;
}
.BgClassName
{
background-color: #542E1E;
}
</style>
border-color css
<style>
span { border-color: #542E1E; }
span { border-color: rgb(84,46,30); }
td.TdClassName
{
border-color: #542E1E;
}
.TagClassName
{
border-color: #542E1E;
}
</style>