Shades of Indian Tan #532A19
Tints of Indian Tan #532A19
RGB
CMYK
RGB Variations
Color information
#532A19 (or 0x532A19) is known color: Indian Tan. HEX triplet: 53, 2A and 19. RGB value is (83,42,25). Sum of RGB (Red+Green+Blue) = 83+42+25=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #532A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A19 is #ACD5E6. Grayscale: #343434. Windows color (decimal): -11326951 or 1649235. OLE color: 1649235.
HSL color Cylindrical-coordinate representation of color #532A19: hue angle of 17.59º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532A19 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 25 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.67 |
| HSL | 17.59º | 0.54% | 0.21% | - |
| HSV(B) | 17.59º | 0.7% | 0.33% | - |
| XYZ | 4.57 | 3.57 | 1.37 | - |
| YUV | 52.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 25 | 0 | 0.49 | 0.70 | 0.67 | 17.59 | 0.54 | 0.21 |
| Hex | 53 | 2A | 19 | 0 | 31 | 46 | 43 | 12 | 36 | 15 |
| Octal | 123 | 52 | 31 | 0 | 61 | 106 | 103 | 22 | 66 | 25 |
| Binary | 1010011 | 101010 | 11001 | 0 | 110001 | 1000110 | 1000011 | 10010 | 110110 | 10101 |
Color Harmonies of #532A19
Complementary color
Monochromatic Colors of #532A19
Black with #532A19
Text Example
Text Example
White with #532A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A19; }
p { color: rgb(83,42,25); }
H1.HeaderClassName
{
color: #532A19;
}
.AnyTagClassName
{
color: #532A19;
}
</style>
background-color css
<style>
a { background-color: #532A19; }
a { background-color: rgb(83,42,25); }
div.DivClassName
{
background-color: #532A19;
}
.BgClassName
{
background-color: #532A19;
}
</style>
border-color css
<style>
span { border-color: #532A19; }
span { border-color: rgb(83,42,25); }
td.TdClassName
{
border-color: #532A19;
}
.TagClassName
{
border-color: #532A19;
}
</style>