Shades of Indian Tan #543221
Tints of Indian Tan #543221
RGB
CMYK
RGB Variations
Color information
#543221 (or 0x543221) is known color: Indian Tan. HEX triplet: 54, 32 and 21. RGB value is (84,50,33). Sum of RGB (Red+Green+Blue) = 84+50+33=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #543221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543221 is #ABCDDE. Grayscale: #3A3A3A. Windows color (decimal): -11259359 or 2175572. OLE color: 2175572.
HSL color Cylindrical-coordinate representation of color #543221: hue angle of 20º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543221 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 33 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.67 |
| HSL | 20º | 0.44% | 0.23% | - |
| HSV(B) | 20º | 0.61% | 0.33% | - |
| XYZ | 5.07 | 4.28 | 2 | - |
| YUV | 58.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 33 | 0 | 0.40 | 0.61 | 0.67 | 20 | 0.44 | 0.23 |
| Hex | 54 | 32 | 21 | 0 | 28 | 3D | 43 | 14 | 2C | 17 |
| Octal | 124 | 62 | 41 | 0 | 50 | 75 | 103 | 24 | 54 | 27 |
| Binary | 1010100 | 110010 | 100001 | 0 | 101000 | 111101 | 1000011 | 10100 | 101100 | 10111 |
Color Harmonies of #543221
Complementary color
Monochromatic Colors of #543221
Black with #543221
Text Example
Text Example
White with #543221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543221; }
p { color: rgb(84,50,33); }
H1.HeaderClassName
{
color: #543221;
}
.AnyTagClassName
{
color: #543221;
}
</style>
background-color css
<style>
a { background-color: #543221; }
a { background-color: rgb(84,50,33); }
div.DivClassName
{
background-color: #543221;
}
.BgClassName
{
background-color: #543221;
}
</style>
border-color css
<style>
span { border-color: #543221; }
span { border-color: rgb(84,50,33); }
td.TdClassName
{
border-color: #543221;
}
.TagClassName
{
border-color: #543221;
}
</style>