Shades of Indian Tan #532F1D
Tints of Indian Tan #532F1D
RGB
CMYK
RGB Variations
Color information
#532F1D (or 0x532F1D) is known color: Indian Tan. HEX triplet: 53, 2F and 1D. RGB value is (83,47,29). Sum of RGB (Red+Green+Blue) = 83+47+29=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F1D is #ACD0E2. Grayscale: #373737. Windows color (decimal): -11325667 or 1912659. OLE color: 1912659.
HSL color Cylindrical-coordinate representation of color #532F1D: hue angle of 20º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532F1D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 29 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.67 |
| HSL | 20º | 0.48% | 0.22% | - |
| HSV(B) | 20º | 0.65% | 0.33% | - |
| XYZ | 4.81 | 3.96 | 1.67 | - |
| YUV | 55.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 29 | 0 | 0.43 | 0.65 | 0.67 | 20 | 0.48 | 0.22 |
| Hex | 53 | 2F | 1D | 0 | 2B | 41 | 43 | 14 | 30 | 16 |
| Octal | 123 | 57 | 35 | 0 | 53 | 101 | 103 | 24 | 60 | 26 |
| Binary | 1010011 | 101111 | 11101 | 0 | 101011 | 1000001 | 1000011 | 10100 | 110000 | 10110 |
Color Harmonies of #532F1D
Complementary color
Monochromatic Colors of #532F1D
Black with #532F1D
Text Example
Text Example
White with #532F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F1D; }
p { color: rgb(83,47,29); }
H1.HeaderClassName
{
color: #532F1D;
}
.AnyTagClassName
{
color: #532F1D;
}
</style>
background-color css
<style>
a { background-color: #532F1D; }
a { background-color: rgb(83,47,29); }
div.DivClassName
{
background-color: #532F1D;
}
.BgClassName
{
background-color: #532F1D;
}
</style>
border-color css
<style>
span { border-color: #532F1D; }
span { border-color: rgb(83,47,29); }
td.TdClassName
{
border-color: #532F1D;
}
.TagClassName
{
border-color: #532F1D;
}
</style>