Shades of Indian Tan #532E1D
Tints of Indian Tan #532E1D
RGB
CMYK
RGB Variations
Color information
#532E1D (or 0x532E1D) is known color: Indian Tan. HEX triplet: 53, 2E and 1D. RGB value is (83,46,29). Sum of RGB (Red+Green+Blue) = 83+46+29=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E1D is #ACD1E2. Grayscale: #373737. Windows color (decimal): -11325923 or 1912403. OLE color: 1912403.
HSL color Cylindrical-coordinate representation of color #532E1D: hue angle of 18.89º 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 #532E1D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 29 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.67 |
| HSL | 18.89º | 0.48% | 0.22% | - |
| HSV(B) | 18.89º | 0.65% | 0.33% | - |
| XYZ | 4.77 | 3.88 | 1.66 | - |
| YUV | 55.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 29 | 0 | 0.45 | 0.65 | 0.67 | 18.89 | 0.48 | 0.22 |
| Hex | 53 | 2E | 1D | 0 | 2D | 41 | 43 | 13 | 30 | 16 |
| Octal | 123 | 56 | 35 | 0 | 55 | 101 | 103 | 23 | 60 | 26 |
| Binary | 1010011 | 101110 | 11101 | 0 | 101101 | 1000001 | 1000011 | 10011 | 110000 | 10110 |
Color Harmonies of #532E1D
Complementary color
Monochromatic Colors of #532E1D
Black with #532E1D
Text Example
Text Example
White with #532E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E1D; }
p { color: rgb(83,46,29); }
H1.HeaderClassName
{
color: #532E1D;
}
.AnyTagClassName
{
color: #532E1D;
}
</style>
background-color css
<style>
a { background-color: #532E1D; }
a { background-color: rgb(83,46,29); }
div.DivClassName
{
background-color: #532E1D;
}
.BgClassName
{
background-color: #532E1D;
}
</style>
border-color css
<style>
span { border-color: #532E1D; }
span { border-color: rgb(83,46,29); }
td.TdClassName
{
border-color: #532E1D;
}
.TagClassName
{
border-color: #532E1D;
}
</style>