Shades of Indian Tan #532B17
Tints of Indian Tan #532B17
RGB
CMYK
RGB Variations
Color information
#532B17 (or 0x532B17) is known color: Indian Tan. HEX triplet: 53, 2B and 17. RGB value is (83,43,23). Sum of RGB (Red+Green+Blue) = 83+43+23=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B17 is #ACD4E8. Grayscale: #343434. Windows color (decimal): -11326697 or 1518419. OLE color: 1518419.
HSL color Cylindrical-coordinate representation of color #532B17: hue angle of 20º 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 #532B17 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 23 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.67 |
| HSL | 20º | 0.57% | 0.21% | - |
| HSV(B) | 20º | 0.72% | 0.33% | - |
| XYZ | 4.59 | 3.63 | 1.27 | - |
| YUV | 52.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 23 | 0 | 0.48 | 0.72 | 0.67 | 20 | 0.57 | 0.21 |
| Hex | 53 | 2B | 17 | 0 | 30 | 48 | 43 | 14 | 39 | 15 |
| Octal | 123 | 53 | 27 | 0 | 60 | 110 | 103 | 24 | 71 | 25 |
| Binary | 1010011 | 101011 | 10111 | 0 | 110000 | 1001000 | 1000011 | 10100 | 111001 | 10101 |
Color Harmonies of #532B17
Complementary color
Monochromatic Colors of #532B17
Black with #532B17
Text Example
Text Example
White with #532B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B17; }
p { color: rgb(83,43,23); }
H1.HeaderClassName
{
color: #532B17;
}
.AnyTagClassName
{
color: #532B17;
}
</style>
background-color css
<style>
a { background-color: #532B17; }
a { background-color: rgb(83,43,23); }
div.DivClassName
{
background-color: #532B17;
}
.BgClassName
{
background-color: #532B17;
}
</style>
border-color css
<style>
span { border-color: #532B17; }
span { border-color: rgb(83,43,23); }
td.TdClassName
{
border-color: #532B17;
}
.TagClassName
{
border-color: #532B17;
}
</style>