Shades of Indian Tan #582D1C
Tints of Indian Tan #582D1C
RGB
CMYK
RGB Variations
Color information
#582D1C (or 0x582D1C) is known color: Indian Tan. HEX triplet: 58, 2D and 1C. RGB value is (88,45,28). Sum of RGB (Red+Green+Blue) = 88+45+28=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D1C is #A7D2E3. Grayscale: #383838. Windows color (decimal): -10998500 or 1846616. OLE color: 1846616.
HSL color Cylindrical-coordinate representation of color #582D1C: hue angle of 17º 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 #582D1C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 28 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.65 |
| HSL | 17º | 0.52% | 0.23% | - |
| HSV(B) | 17º | 0.68% | 0.35% | - |
| XYZ | 5.17 | 4.04 | 1.6 | - |
| YUV | 55.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 28 | 0 | 0.49 | 0.68 | 0.65 | 17 | 0.52 | 0.23 |
| Hex | 58 | 2D | 1C | 0 | 31 | 44 | 41 | 11 | 34 | 17 |
| Octal | 130 | 55 | 34 | 0 | 61 | 104 | 101 | 21 | 64 | 27 |
| Binary | 1011000 | 101101 | 11100 | 0 | 110001 | 1000100 | 1000001 | 10001 | 110100 | 10111 |
Color Harmonies of #582D1C
Complementary color
Monochromatic Colors of #582D1C
Black with #582D1C
Text Example
Text Example
White with #582D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D1C; }
p { color: rgb(88,45,28); }
H1.HeaderClassName
{
color: #582D1C;
}
.AnyTagClassName
{
color: #582D1C;
}
</style>
background-color css
<style>
a { background-color: #582D1C; }
a { background-color: rgb(88,45,28); }
div.DivClassName
{
background-color: #582D1C;
}
.BgClassName
{
background-color: #582D1C;
}
</style>
border-color css
<style>
span { border-color: #582D1C; }
span { border-color: rgb(88,45,28); }
td.TdClassName
{
border-color: #582D1C;
}
.TagClassName
{
border-color: #582D1C;
}
</style>