Shades of Indian Tan #532E19
Tints of Indian Tan #532E19
RGB
CMYK
RGB Variations
Color information
#532E19 (or 0x532E19) is known color: Indian Tan. HEX triplet: 53, 2E and 19. RGB value is (83,46,25). Sum of RGB (Red+Green+Blue) = 83+46+25=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E19 is #ACD1E6. Grayscale: #363636. Windows color (decimal): -11325927 or 1650259. OLE color: 1650259.
HSL color Cylindrical-coordinate representation of color #532E19: hue angle of 21.72º 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 #532E19 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 25 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.67 |
| HSL | 21.72º | 0.54% | 0.21% | - |
| HSV(B) | 21.72º | 0.7% | 0.33% | - |
| XYZ | 4.72 | 3.86 | 1.42 | - |
| YUV | 54.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 25 | 0 | 0.45 | 0.70 | 0.67 | 21.72 | 0.54 | 0.21 |
| Hex | 53 | 2E | 19 | 0 | 2D | 46 | 43 | 16 | 36 | 15 |
| Octal | 123 | 56 | 31 | 0 | 55 | 106 | 103 | 26 | 66 | 25 |
| Binary | 1010011 | 101110 | 11001 | 0 | 101101 | 1000110 | 1000011 | 10110 | 110110 | 10101 |
Color Harmonies of #532E19
Complementary color
Monochromatic Colors of #532E19
Black with #532E19
Text Example
Text Example
White with #532E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E19; }
p { color: rgb(83,46,25); }
H1.HeaderClassName
{
color: #532E19;
}
.AnyTagClassName
{
color: #532E19;
}
</style>
background-color css
<style>
a { background-color: #532E19; }
a { background-color: rgb(83,46,25); }
div.DivClassName
{
background-color: #532E19;
}
.BgClassName
{
background-color: #532E19;
}
</style>
border-color css
<style>
span { border-color: #532E19; }
span { border-color: rgb(83,46,25); }
td.TdClassName
{
border-color: #532E19;
}
.TagClassName
{
border-color: #532E19;
}
</style>