Shades of Indian Tan #582D1D
Tints of Indian Tan #582D1D
RGB
CMYK
RGB Variations
Color information
#582D1D (or 0x582D1D) is known color: Indian Tan. HEX triplet: 58, 2D and 1D. RGB value is (88,45,29). Sum of RGB (Red+Green+Blue) = 88+45+29=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D1D is #A7D2E2. Grayscale: #383838. Windows color (decimal): -10998499 or 1912152. OLE color: 1912152.
HSL color Cylindrical-coordinate representation of color #582D1D: hue angle of 16.27º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582D1D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 29 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.65 |
| HSL | 16.27º | 0.5% | 0.23% | - |
| HSV(B) | 16.27º | 0.67% | 0.35% | - |
| XYZ | 5.18 | 4.04 | 1.67 | - |
| YUV | 56.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 29 | 0 | 0.49 | 0.67 | 0.65 | 16.27 | 0.5 | 0.23 |
| Hex | 58 | 2D | 1D | 0 | 31 | 43 | 41 | 10 | 32 | 17 |
| Octal | 130 | 55 | 35 | 0 | 61 | 103 | 101 | 20 | 62 | 27 |
| Binary | 1011000 | 101101 | 11101 | 0 | 110001 | 1000011 | 1000001 | 10000 | 110010 | 10111 |
Color Harmonies of #582D1D
Complementary color
Monochromatic Colors of #582D1D
Black with #582D1D
Text Example
Text Example
White with #582D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D1D; }
p { color: rgb(88,45,29); }
H1.HeaderClassName
{
color: #582D1D;
}
.AnyTagClassName
{
color: #582D1D;
}
</style>
background-color css
<style>
a { background-color: #582D1D; }
a { background-color: rgb(88,45,29); }
div.DivClassName
{
background-color: #582D1D;
}
.BgClassName
{
background-color: #582D1D;
}
</style>
border-color css
<style>
span { border-color: #582D1D; }
span { border-color: rgb(88,45,29); }
td.TdClassName
{
border-color: #582D1D;
}
.TagClassName
{
border-color: #582D1D;
}
</style>