Shades of Indian Tan #582F20
Tints of Indian Tan #582F20
RGB
CMYK
RGB Variations
Color information
#582F20 (or 0x582F20) is known color: Indian Tan. HEX triplet: 58, 2F and 20. RGB value is (88,47,32). Sum of RGB (Red+Green+Blue) = 88+47+32=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #582F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F20 is #A7D0DF. Grayscale: #393939. Windows color (decimal): -10997984 or 2109272. OLE color: 2109272.
HSL color Cylindrical-coordinate representation of color #582F20: hue angle of 16.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582F20 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 32 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.65 |
| HSL | 16.07º | 0.47% | 0.24% | - |
| HSV(B) | 16.07º | 0.64% | 0.35% | - |
| XYZ | 5.3 | 4.21 | 1.9 | - |
| YUV | 57.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 32 | 0 | 0.47 | 0.64 | 0.65 | 16.07 | 0.47 | 0.24 |
| Hex | 58 | 2F | 20 | 0 | 2F | 40 | 41 | 10 | 2F | 18 |
| Octal | 130 | 57 | 40 | 0 | 57 | 100 | 101 | 20 | 57 | 30 |
| Binary | 1011000 | 101111 | 100000 | 0 | 101111 | 1000000 | 1000001 | 10000 | 101111 | 11000 |
Color Harmonies of #582F20
Complementary color
Monochromatic Colors of #582F20
Black with #582F20
Text Example
Text Example
White with #582F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F20; }
p { color: rgb(88,47,32); }
H1.HeaderClassName
{
color: #582F20;
}
.AnyTagClassName
{
color: #582F20;
}
</style>
background-color css
<style>
a { background-color: #582F20; }
a { background-color: rgb(88,47,32); }
div.DivClassName
{
background-color: #582F20;
}
.BgClassName
{
background-color: #582F20;
}
</style>
border-color css
<style>
span { border-color: #582F20; }
span { border-color: rgb(88,47,32); }
td.TdClassName
{
border-color: #582F20;
}
.TagClassName
{
border-color: #582F20;
}
</style>