Shades of Indian Tan #572F1D
Tints of Indian Tan #572F1D
RGB
CMYK
RGB Variations
Color information
#572F1D (or 0x572F1D) is known color: Indian Tan. HEX triplet: 57, 2F and 1D. RGB value is (87,47,29). Sum of RGB (Red+Green+Blue) = 87+47+29=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #572F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F1D is #A8D0E2. Grayscale: #393939. Windows color (decimal): -11063523 or 1912663. OLE color: 1912663.
HSL color Cylindrical-coordinate representation of color #572F1D: hue angle of 18.62º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572F1D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 29 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.66 |
| HSL | 18.62º | 0.5% | 0.23% | - |
| HSV(B) | 18.62º | 0.67% | 0.34% | - |
| XYZ | 5.17 | 4.15 | 1.69 | - |
| YUV | 56.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 29 | 0 | 0.46 | 0.67 | 0.66 | 18.62 | 0.5 | 0.23 |
| Hex | 57 | 2F | 1D | 0 | 2E | 43 | 42 | 13 | 32 | 17 |
| Octal | 127 | 57 | 35 | 0 | 56 | 103 | 102 | 23 | 62 | 27 |
| Binary | 1010111 | 101111 | 11101 | 0 | 101110 | 1000011 | 1000010 | 10011 | 110010 | 10111 |
Color Harmonies of #572F1D
Complementary color
Monochromatic Colors of #572F1D
Black with #572F1D
Text Example
Text Example
White with #572F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F1D; }
p { color: rgb(87,47,29); }
H1.HeaderClassName
{
color: #572F1D;
}
.AnyTagClassName
{
color: #572F1D;
}
</style>
background-color css
<style>
a { background-color: #572F1D; }
a { background-color: rgb(87,47,29); }
div.DivClassName
{
background-color: #572F1D;
}
.BgClassName
{
background-color: #572F1D;
}
</style>
border-color css
<style>
span { border-color: #572F1D; }
span { border-color: rgb(87,47,29); }
td.TdClassName
{
border-color: #572F1D;
}
.TagClassName
{
border-color: #572F1D;
}
</style>