Shades of Indian Tan #532E22
Tints of Indian Tan #532E22
RGB
CMYK
RGB Variations
Color information
#532E22 (or 0x532E22) is known color: Indian Tan. HEX triplet: 53, 2E and 22. RGB value is (83,46,34). Sum of RGB (Red+Green+Blue) = 83+46+34=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E22 is #ACD1DD. Grayscale: #373737. Windows color (decimal): -11325918 or 2240083. OLE color: 2240083.
HSL color Cylindrical-coordinate representation of color #532E22: hue angle of 14.69º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532E22 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 34 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.67 |
| HSL | 14.69º | 0.42% | 0.23% | - |
| HSV(B) | 14.69º | 0.59% | 0.33% | - |
| XYZ | 4.83 | 3.91 | 2.01 | - |
| YUV | 55.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 34 | 0 | 0.45 | 0.59 | 0.67 | 14.69 | 0.42 | 0.23 |
| Hex | 53 | 2E | 22 | 0 | 2D | 3B | 43 | F | 2A | 17 |
| Octal | 123 | 56 | 42 | 0 | 55 | 73 | 103 | 17 | 52 | 27 |
| Binary | 1010011 | 101110 | 100010 | 0 | 101101 | 111011 | 1000011 | 1111 | 101010 | 10111 |
Color Harmonies of #532E22
Complementary color
Monochromatic Colors of #532E22
Black with #532E22
Text Example
Text Example
White with #532E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E22; }
p { color: rgb(83,46,34); }
H1.HeaderClassName
{
color: #532E22;
}
.AnyTagClassName
{
color: #532E22;
}
</style>
background-color css
<style>
a { background-color: #532E22; }
a { background-color: rgb(83,46,34); }
div.DivClassName
{
background-color: #532E22;
}
.BgClassName
{
background-color: #532E22;
}
</style>
border-color css
<style>
span { border-color: #532E22; }
span { border-color: rgb(83,46,34); }
td.TdClassName
{
border-color: #532E22;
}
.TagClassName
{
border-color: #532E22;
}
</style>