Shades of Indian Tan #572E1E
Tints of Indian Tan #572E1E
RGB
CMYK
RGB Variations
Color information
#572E1E (or 0x572E1E) is known color: Indian Tan. HEX triplet: 57, 2E and 1E. RGB value is (87,46,30). Sum of RGB (Red+Green+Blue) = 87+46+30=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #572E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E1E is #A8D1E1. Grayscale: #383838. Windows color (decimal): -11063778 or 1977943. OLE color: 1977943.
HSL color Cylindrical-coordinate representation of color #572E1E: hue angle of 16.84º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572E1E is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 30 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.66 |
| HSL | 16.84º | 0.49% | 0.23% | - |
| HSV(B) | 16.84º | 0.66% | 0.34% | - |
| XYZ | 5.14 | 4.07 | 1.74 | - |
| YUV | 56.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 30 | 0 | 0.47 | 0.66 | 0.66 | 16.84 | 0.49 | 0.23 |
| Hex | 57 | 2E | 1E | 0 | 2F | 42 | 42 | 11 | 31 | 17 |
| Octal | 127 | 56 | 36 | 0 | 57 | 102 | 102 | 21 | 61 | 27 |
| Binary | 1010111 | 101110 | 11110 | 0 | 101111 | 1000010 | 1000010 | 10001 | 110001 | 10111 |
Color Harmonies of #572E1E
Complementary color
Monochromatic Colors of #572E1E
Black with #572E1E
Text Example
Text Example
White with #572E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E1E; }
p { color: rgb(87,46,30); }
H1.HeaderClassName
{
color: #572E1E;
}
.AnyTagClassName
{
color: #572E1E;
}
</style>
background-color css
<style>
a { background-color: #572E1E; }
a { background-color: rgb(87,46,30); }
div.DivClassName
{
background-color: #572E1E;
}
.BgClassName
{
background-color: #572E1E;
}
</style>
border-color css
<style>
span { border-color: #572E1E; }
span { border-color: rgb(87,46,30); }
td.TdClassName
{
border-color: #572E1E;
}
.TagClassName
{
border-color: #572E1E;
}
</style>