Shades of Indian Tan #572F21
Tints of Indian Tan #572F21
RGB
CMYK
RGB Variations
Color information
#572F21 (or 0x572F21) is known color: Indian Tan. HEX triplet: 57, 2F and 21. RGB value is (87,47,33). Sum of RGB (Red+Green+Blue) = 87+47+33=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #572F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F21 is #A8D0DE. Grayscale: #393939. Windows color (decimal): -11063519 or 2174807. OLE color: 2174807.
HSL color Cylindrical-coordinate representation of color #572F21: hue angle of 15.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572F21 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 33 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.66 |
| HSL | 15.56º | 0.45% | 0.24% | - |
| HSV(B) | 15.56º | 0.62% | 0.34% | - |
| XYZ | 5.22 | 4.17 | 1.97 | - |
| YUV | 57.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 33 | 0 | 0.46 | 0.62 | 0.66 | 15.56 | 0.45 | 0.24 |
| Hex | 57 | 2F | 21 | 0 | 2E | 3E | 42 | 10 | 2D | 18 |
| Octal | 127 | 57 | 41 | 0 | 56 | 76 | 102 | 20 | 55 | 30 |
| Binary | 1010111 | 101111 | 100001 | 0 | 101110 | 111110 | 1000010 | 10000 | 101101 | 11000 |
Color Harmonies of #572F21
Complementary color
Monochromatic Colors of #572F21
Black with #572F21
Text Example
Text Example
White with #572F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F21; }
p { color: rgb(87,47,33); }
H1.HeaderClassName
{
color: #572F21;
}
.AnyTagClassName
{
color: #572F21;
}
</style>
background-color css
<style>
a { background-color: #572F21; }
a { background-color: rgb(87,47,33); }
div.DivClassName
{
background-color: #572F21;
}
.BgClassName
{
background-color: #572F21;
}
</style>
border-color css
<style>
span { border-color: #572F21; }
span { border-color: rgb(87,47,33); }
td.TdClassName
{
border-color: #572F21;
}
.TagClassName
{
border-color: #572F21;
}
</style>