Shades of Indian Tan #532C19
Tints of Indian Tan #532C19
RGB
CMYK
RGB Variations
Color information
#532C19 (or 0x532C19) is known color: Indian Tan. HEX triplet: 53, 2C and 19. RGB value is (83,44,25). Sum of RGB (Red+Green+Blue) = 83+44+25=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C19 is #ACD3E6. Grayscale: #353535. Windows color (decimal): -11326439 or 1649747. OLE color: 1649747.
HSL color Cylindrical-coordinate representation of color #532C19: hue angle of 19.66º 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 #532C19 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 25 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.67 |
| HSL | 19.66º | 0.54% | 0.21% | - |
| HSV(B) | 19.66º | 0.7% | 0.33% | - |
| XYZ | 4.64 | 3.71 | 1.39 | - |
| YUV | 53.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 25 | 0 | 0.47 | 0.70 | 0.67 | 19.66 | 0.54 | 0.21 |
| Hex | 53 | 2C | 19 | 0 | 2F | 46 | 43 | 14 | 36 | 15 |
| Octal | 123 | 54 | 31 | 0 | 57 | 106 | 103 | 24 | 66 | 25 |
| Binary | 1010011 | 101100 | 11001 | 0 | 101111 | 1000110 | 1000011 | 10100 | 110110 | 10101 |
Color Harmonies of #532C19
Complementary color
Monochromatic Colors of #532C19
Black with #532C19
Text Example
Text Example
White with #532C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C19; }
p { color: rgb(83,44,25); }
H1.HeaderClassName
{
color: #532C19;
}
.AnyTagClassName
{
color: #532C19;
}
</style>
background-color css
<style>
a { background-color: #532C19; }
a { background-color: rgb(83,44,25); }
div.DivClassName
{
background-color: #532C19;
}
.BgClassName
{
background-color: #532C19;
}
</style>
border-color css
<style>
span { border-color: #532C19; }
span { border-color: rgb(83,44,25); }
td.TdClassName
{
border-color: #532C19;
}
.TagClassName
{
border-color: #532C19;
}
</style>