Shades of Indian Tan #542C1D
Tints of Indian Tan #542C1D
RGB
CMYK
RGB Variations
Color information
#542C1D (or 0x542C1D) is known color: Indian Tan. HEX triplet: 54, 2C and 1D. RGB value is (84,44,29). Sum of RGB (Red+Green+Blue) = 84+44+29=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C1D is #ABD3E2. Grayscale: #363636. Windows color (decimal): -11260899 or 1911892. OLE color: 1911892.
HSL color Cylindrical-coordinate representation of color #542C1D: hue angle of 16.36º 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 #542C1D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 29 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.67 |
| HSL | 16.36º | 0.49% | 0.22% | - |
| HSV(B) | 16.36º | 0.65% | 0.33% | - |
| XYZ | 4.78 | 3.77 | 1.64 | - |
| YUV | 54.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 29 | 0 | 0.48 | 0.65 | 0.67 | 16.36 | 0.49 | 0.22 |
| Hex | 54 | 2C | 1D | 0 | 30 | 41 | 43 | 10 | 31 | 16 |
| Octal | 124 | 54 | 35 | 0 | 60 | 101 | 103 | 20 | 61 | 26 |
| Binary | 1010100 | 101100 | 11101 | 0 | 110000 | 1000001 | 1000011 | 10000 | 110001 | 10110 |
Color Harmonies of #542C1D
Complementary color
Monochromatic Colors of #542C1D
Black with #542C1D
Text Example
Text Example
White with #542C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C1D; }
p { color: rgb(84,44,29); }
H1.HeaderClassName
{
color: #542C1D;
}
.AnyTagClassName
{
color: #542C1D;
}
</style>
background-color css
<style>
a { background-color: #542C1D; }
a { background-color: rgb(84,44,29); }
div.DivClassName
{
background-color: #542C1D;
}
.BgClassName
{
background-color: #542C1D;
}
</style>
border-color css
<style>
span { border-color: #542C1D; }
span { border-color: rgb(84,44,29); }
td.TdClassName
{
border-color: #542C1D;
}
.TagClassName
{
border-color: #542C1D;
}
</style>