Shades of Indian Tan #532E23
Tints of Indian Tan #532E23
RGB
CMYK
RGB Variations
Color information
#532E23 (or 0x532E23) is known color: Indian Tan. HEX triplet: 53, 2E and 23. RGB value is (83,46,35). Sum of RGB (Red+Green+Blue) = 83+46+35=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E23 is #ACD1DC. Grayscale: #373737. Windows color (decimal): -11325917 or 2305619. OLE color: 2305619.
HSL color Cylindrical-coordinate representation of color #532E23: hue angle of 13.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532E23 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 35 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.67 |
| HSL | 13.75º | 0.41% | 0.23% | - |
| HSV(B) | 13.75º | 0.58% | 0.33% | - |
| XYZ | 4.85 | 3.91 | 2.09 | - |
| YUV | 55.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 35 | 0 | 0.45 | 0.58 | 0.67 | 13.75 | 0.41 | 0.23 |
| Hex | 53 | 2E | 23 | 0 | 2D | 3A | 43 | E | 29 | 17 |
| Octal | 123 | 56 | 43 | 0 | 55 | 72 | 103 | 16 | 51 | 27 |
| Binary | 1010011 | 101110 | 100011 | 0 | 101101 | 111010 | 1000011 | 1110 | 101001 | 10111 |
Color Harmonies of #532E23
Complementary color
Monochromatic Colors of #532E23
Black with #532E23
Text Example
Text Example
White with #532E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E23; }
p { color: rgb(83,46,35); }
H1.HeaderClassName
{
color: #532E23;
}
.AnyTagClassName
{
color: #532E23;
}
</style>
background-color css
<style>
a { background-color: #532E23; }
a { background-color: rgb(83,46,35); }
div.DivClassName
{
background-color: #532E23;
}
.BgClassName
{
background-color: #532E23;
}
</style>
border-color css
<style>
span { border-color: #532E23; }
span { border-color: rgb(83,46,35); }
td.TdClassName
{
border-color: #532E23;
}
.TagClassName
{
border-color: #532E23;
}
</style>