Shades of Indian Tan #572F1F
Tints of Indian Tan #572F1F
RGB
CMYK
RGB Variations
Color information
#572F1F (or 0x572F1F) is known color: Indian Tan. HEX triplet: 57, 2F and 1F. RGB value is (87,47,31). Sum of RGB (Red+Green+Blue) = 87+47+31=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F1F is #A8D0E0. Grayscale: #393939. Windows color (decimal): -11063521 or 2043735. OLE color: 2043735.
HSL color Cylindrical-coordinate representation of color #572F1F: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572F1F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 31 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.66 |
| HSL | 17.14º | 0.47% | 0.23% | - |
| HSV(B) | 17.14º | 0.64% | 0.34% | - |
| XYZ | 5.19 | 4.16 | 1.83 | - |
| YUV | 57.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 31 | 0 | 0.46 | 0.64 | 0.66 | 17.14 | 0.47 | 0.23 |
| Hex | 57 | 2F | 1F | 0 | 2E | 40 | 42 | 11 | 2F | 17 |
| Octal | 127 | 57 | 37 | 0 | 56 | 100 | 102 | 21 | 57 | 27 |
| Binary | 1010111 | 101111 | 11111 | 0 | 101110 | 1000000 | 1000010 | 10001 | 101111 | 10111 |
Color Harmonies of #572F1F
Complementary color
Monochromatic Colors of #572F1F
Black with #572F1F
Text Example
Text Example
White with #572F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F1F; }
p { color: rgb(87,47,31); }
H1.HeaderClassName
{
color: #572F1F;
}
.AnyTagClassName
{
color: #572F1F;
}
</style>
background-color css
<style>
a { background-color: #572F1F; }
a { background-color: rgb(87,47,31); }
div.DivClassName
{
background-color: #572F1F;
}
.BgClassName
{
background-color: #572F1F;
}
</style>
border-color css
<style>
span { border-color: #572F1F; }
span { border-color: rgb(87,47,31); }
td.TdClassName
{
border-color: #572F1F;
}
.TagClassName
{
border-color: #572F1F;
}
</style>