Shades of Indian Tan #582C1C
Tints of Indian Tan #582C1C
RGB
CMYK
RGB Variations
Color information
#582C1C (or 0x582C1C) is known color: Indian Tan. HEX triplet: 58, 2C and 1C. RGB value is (88,44,28). Sum of RGB (Red+Green+Blue) = 88+44+28=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C1C is #A7D3E3. Grayscale: #373737. Windows color (decimal): -10998756 or 1846360. OLE color: 1846360.
HSL color Cylindrical-coordinate representation of color #582C1C: hue angle of 16º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582C1C is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 28 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.65 |
| HSL | 16º | 0.52% | 0.23% | - |
| HSV(B) | 16º | 0.68% | 0.35% | - |
| XYZ | 5.13 | 3.96 | 1.59 | - |
| YUV | 55.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 28 | 0 | 0.5 | 0.68 | 0.65 | 16 | 0.52 | 0.23 |
| Hex | 58 | 2C | 1C | 0 | 32 | 44 | 41 | 10 | 34 | 17 |
| Octal | 130 | 54 | 34 | 0 | 62 | 104 | 101 | 20 | 64 | 27 |
| Binary | 1011000 | 101100 | 11100 | 0 | 110010 | 1000100 | 1000001 | 10000 | 110100 | 10111 |
Color Harmonies of #582C1C
Complementary color
Monochromatic Colors of #582C1C
Black with #582C1C
Text Example
Text Example
White with #582C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C1C; }
p { color: rgb(88,44,28); }
H1.HeaderClassName
{
color: #582C1C;
}
.AnyTagClassName
{
color: #582C1C;
}
</style>
background-color css
<style>
a { background-color: #582C1C; }
a { background-color: rgb(88,44,28); }
div.DivClassName
{
background-color: #582C1C;
}
.BgClassName
{
background-color: #582C1C;
}
</style>
border-color css
<style>
span { border-color: #582C1C; }
span { border-color: rgb(88,44,28); }
td.TdClassName
{
border-color: #582C1C;
}
.TagClassName
{
border-color: #582C1C;
}
</style>