Shades of Indian Tan #592C1B
Tints of Indian Tan #592C1B
RGB
CMYK
RGB Variations
Color information
#592C1B (or 0x592C1B) is known color: Indian Tan. HEX triplet: 59, 2C and 1B. RGB value is (89,44,27). Sum of RGB (Red+Green+Blue) = 89+44+27=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C1B is #A6D3E4. Grayscale: #373737. Windows color (decimal): -10933221 or 1780825. OLE color: 1780825.
HSL color Cylindrical-coordinate representation of color #592C1B: hue angle of 16.45º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592C1B is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 27 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.65 |
| HSL | 16.45º | 0.53% | 0.23% | - |
| HSV(B) | 16.45º | 0.7% | 0.35% | - |
| XYZ | 5.22 | 4 | 1.53 | - |
| YUV | 55.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 27 | 0 | 0.51 | 0.70 | 0.65 | 16.45 | 0.53 | 0.23 |
| Hex | 59 | 2C | 1B | 0 | 33 | 46 | 41 | 10 | 35 | 17 |
| Octal | 131 | 54 | 33 | 0 | 63 | 106 | 101 | 20 | 65 | 27 |
| Binary | 1011001 | 101100 | 11011 | 0 | 110011 | 1000110 | 1000001 | 10000 | 110101 | 10111 |
Color Harmonies of #592C1B
Complementary color
Monochromatic Colors of #592C1B
Black with #592C1B
Text Example
Text Example
White with #592C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C1B; }
p { color: rgb(89,44,27); }
H1.HeaderClassName
{
color: #592C1B;
}
.AnyTagClassName
{
color: #592C1B;
}
</style>
background-color css
<style>
a { background-color: #592C1B; }
a { background-color: rgb(89,44,27); }
div.DivClassName
{
background-color: #592C1B;
}
.BgClassName
{
background-color: #592C1B;
}
</style>
border-color css
<style>
span { border-color: #592C1B; }
span { border-color: rgb(89,44,27); }
td.TdClassName
{
border-color: #592C1B;
}
.TagClassName
{
border-color: #592C1B;
}
</style>