Shades of Indian Tan #532A17
Tints of Indian Tan #532A17
RGB
CMYK
RGB Variations
Color information
#532A17 (or 0x532A17) is known color: Indian Tan. HEX triplet: 53, 2A and 17. RGB value is (83,42,23). Sum of RGB (Red+Green+Blue) = 83+42+23=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A17 is #ACD5E8. Grayscale: #343434. Windows color (decimal): -11326953 or 1518163. OLE color: 1518163.
HSL color Cylindrical-coordinate representation of color #532A17: hue angle of 19º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532A17 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 23 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.67 |
| HSL | 19º | 0.57% | 0.21% | - |
| HSV(B) | 19º | 0.72% | 0.33% | - |
| XYZ | 4.55 | 3.56 | 1.26 | - |
| YUV | 52.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 23 | 0 | 0.49 | 0.72 | 0.67 | 19 | 0.57 | 0.21 |
| Hex | 53 | 2A | 17 | 0 | 31 | 48 | 43 | 13 | 39 | 15 |
| Octal | 123 | 52 | 27 | 0 | 61 | 110 | 103 | 23 | 71 | 25 |
| Binary | 1010011 | 101010 | 10111 | 0 | 110001 | 1001000 | 1000011 | 10011 | 111001 | 10101 |
Color Harmonies of #532A17
Complementary color
Monochromatic Colors of #532A17
Black with #532A17
Text Example
Text Example
White with #532A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A17; }
p { color: rgb(83,42,23); }
H1.HeaderClassName
{
color: #532A17;
}
.AnyTagClassName
{
color: #532A17;
}
</style>
background-color css
<style>
a { background-color: #532A17; }
a { background-color: rgb(83,42,23); }
div.DivClassName
{
background-color: #532A17;
}
.BgClassName
{
background-color: #532A17;
}
</style>
border-color css
<style>
span { border-color: #532A17; }
span { border-color: rgb(83,42,23); }
td.TdClassName
{
border-color: #532A17;
}
.TagClassName
{
border-color: #532A17;
}
</style>