Shades of Indian Tan #542D1D
Tints of Indian Tan #542D1D
RGB
CMYK
RGB Variations
Color information
#542D1D (or 0x542D1D) is known color: Indian Tan. HEX triplet: 54, 2D and 1D. RGB value is (84,45,29). Sum of RGB (Red+Green+Blue) = 84+45+29=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #542D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D1D is #ABD2E2. Grayscale: #363636. Windows color (decimal): -11260643 or 1912148. OLE color: 1912148.
HSL color Cylindrical-coordinate representation of color #542D1D: hue angle of 17.45º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #542D1D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 29 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.67 |
| HSL | 17.45º | 0.49% | 0.22% | - |
| HSV(B) | 17.45º | 0.65% | 0.33% | - |
| XYZ | 4.82 | 3.85 | 1.65 | - |
| YUV | 54.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 29 | 0 | 0.46 | 0.65 | 0.67 | 17.45 | 0.49 | 0.22 |
| Hex | 54 | 2D | 1D | 0 | 2E | 41 | 43 | 11 | 31 | 16 |
| Octal | 124 | 55 | 35 | 0 | 56 | 101 | 103 | 21 | 61 | 26 |
| Binary | 1010100 | 101101 | 11101 | 0 | 101110 | 1000001 | 1000011 | 10001 | 110001 | 10110 |
Color Harmonies of #542D1D
Complementary color
Monochromatic Colors of #542D1D
Black with #542D1D
Text Example
Text Example
White with #542D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D1D; }
p { color: rgb(84,45,29); }
H1.HeaderClassName
{
color: #542D1D;
}
.AnyTagClassName
{
color: #542D1D;
}
</style>
background-color css
<style>
a { background-color: #542D1D; }
a { background-color: rgb(84,45,29); }
div.DivClassName
{
background-color: #542D1D;
}
.BgClassName
{
background-color: #542D1D;
}
</style>
border-color css
<style>
span { border-color: #542D1D; }
span { border-color: rgb(84,45,29); }
td.TdClassName
{
border-color: #542D1D;
}
.TagClassName
{
border-color: #542D1D;
}
</style>