Shades of Indian Tan #532F23
Tints of Indian Tan #532F23
RGB
CMYK
RGB Variations
Color information
#532F23 (or 0x532F23) is known color: Indian Tan. HEX triplet: 53, 2F and 23. RGB value is (83,47,35). Sum of RGB (Red+Green+Blue) = 83+47+35=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F23 is #ACD0DC. Grayscale: #383838. Windows color (decimal): -11325661 or 2305875. OLE color: 2305875.
HSL color Cylindrical-coordinate representation of color #532F23: hue angle of 15º 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 #532F23 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 35 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.67 |
| HSL | 15º | 0.41% | 0.23% | - |
| HSV(B) | 15º | 0.58% | 0.33% | - |
| XYZ | 4.89 | 3.99 | 2.1 | - |
| YUV | 56.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 35 | 0 | 0.43 | 0.58 | 0.67 | 15 | 0.41 | 0.23 |
| Hex | 53 | 2F | 23 | 0 | 2B | 3A | 43 | F | 29 | 17 |
| Octal | 123 | 57 | 43 | 0 | 53 | 72 | 103 | 17 | 51 | 27 |
| Binary | 1010011 | 101111 | 100011 | 0 | 101011 | 111010 | 1000011 | 1111 | 101001 | 10111 |
Color Harmonies of #532F23
Complementary color
Monochromatic Colors of #532F23
Black with #532F23
Text Example
Text Example
White with #532F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F23; }
p { color: rgb(83,47,35); }
H1.HeaderClassName
{
color: #532F23;
}
.AnyTagClassName
{
color: #532F23;
}
</style>
background-color css
<style>
a { background-color: #532F23; }
a { background-color: rgb(83,47,35); }
div.DivClassName
{
background-color: #532F23;
}
.BgClassName
{
background-color: #532F23;
}
</style>
border-color css
<style>
span { border-color: #532F23; }
span { border-color: rgb(83,47,35); }
td.TdClassName
{
border-color: #532F23;
}
.TagClassName
{
border-color: #532F23;
}
</style>