Shades of Indian Tan #532C20
Tints of Indian Tan #532C20
RGB
CMYK
RGB Variations
Color information
#532C20 (or 0x532C20) is known color: Indian Tan. HEX triplet: 53, 2C and 20. RGB value is (83,44,32). Sum of RGB (Red+Green+Blue) = 83+44+32=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C20 is #ACD3DF. Grayscale: #363636. Windows color (decimal): -11326432 or 2108499. OLE color: 2108499.
HSL color Cylindrical-coordinate representation of color #532C20: hue angle of 14.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532C20 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 32 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.67 |
| HSL | 14.12º | 0.44% | 0.23% | - |
| HSV(B) | 14.12º | 0.61% | 0.33% | - |
| XYZ | 4.73 | 3.74 | 1.84 | - |
| YUV | 54.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 32 | 0 | 0.47 | 0.61 | 0.67 | 14.12 | 0.44 | 0.23 |
| Hex | 53 | 2C | 20 | 0 | 2F | 3D | 43 | E | 2C | 17 |
| Octal | 123 | 54 | 40 | 0 | 57 | 75 | 103 | 16 | 54 | 27 |
| Binary | 1010011 | 101100 | 100000 | 0 | 101111 | 111101 | 1000011 | 1110 | 101100 | 10111 |
Color Harmonies of #532C20
Complementary color
Monochromatic Colors of #532C20
Black with #532C20
Text Example
Text Example
White with #532C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C20; }
p { color: rgb(83,44,32); }
H1.HeaderClassName
{
color: #532C20;
}
.AnyTagClassName
{
color: #532C20;
}
</style>
background-color css
<style>
a { background-color: #532C20; }
a { background-color: rgb(83,44,32); }
div.DivClassName
{
background-color: #532C20;
}
.BgClassName
{
background-color: #532C20;
}
</style>
border-color css
<style>
span { border-color: #532C20; }
span { border-color: rgb(83,44,32); }
td.TdClassName
{
border-color: #532C20;
}
.TagClassName
{
border-color: #532C20;
}
</style>