Shades of Indian Tan #532D1F
Tints of Indian Tan #532D1F
RGB
CMYK
RGB Variations
Color information
#532D1F (or 0x532D1F) is known color: Indian Tan. HEX triplet: 53, 2D and 1F. RGB value is (83,45,31). Sum of RGB (Red+Green+Blue) = 83+45+31=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D1F is #ACD2E0. Grayscale: #363636. Windows color (decimal): -11326177 or 2043219. OLE color: 2043219.
HSL color Cylindrical-coordinate representation of color #532D1F: hue angle of 16.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532D1F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 31 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.67 |
| HSL | 16.15º | 0.46% | 0.22% | - |
| HSV(B) | 16.15º | 0.63% | 0.33% | - |
| XYZ | 4.75 | 3.81 | 1.78 | - |
| YUV | 54.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 31 | 0 | 0.46 | 0.63 | 0.67 | 16.15 | 0.46 | 0.22 |
| Hex | 53 | 2D | 1F | 0 | 2E | 3F | 43 | 10 | 2E | 16 |
| Octal | 123 | 55 | 37 | 0 | 56 | 77 | 103 | 20 | 56 | 26 |
| Binary | 1010011 | 101101 | 11111 | 0 | 101110 | 111111 | 1000011 | 10000 | 101110 | 10110 |
Color Harmonies of #532D1F
Complementary color
Monochromatic Colors of #532D1F
Black with #532D1F
Text Example
Text Example
White with #532D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D1F; }
p { color: rgb(83,45,31); }
H1.HeaderClassName
{
color: #532D1F;
}
.AnyTagClassName
{
color: #532D1F;
}
</style>
background-color css
<style>
a { background-color: #532D1F; }
a { background-color: rgb(83,45,31); }
div.DivClassName
{
background-color: #532D1F;
}
.BgClassName
{
background-color: #532D1F;
}
</style>
border-color css
<style>
span { border-color: #532D1F; }
span { border-color: rgb(83,45,31); }
td.TdClassName
{
border-color: #532D1F;
}
.TagClassName
{
border-color: #532D1F;
}
</style>