Shades of Indian Tan #533123
Tints of Indian Tan #533123
RGB
CMYK
RGB Variations
Color information
#533123 (or 0x533123) is known color: Indian Tan. HEX triplet: 53, 31 and 23. RGB value is (83,49,35). Sum of RGB (Red+Green+Blue) = 83+49+35=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #533123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533123 is #ACCEDC. Grayscale: #393939. Windows color (decimal): -11325149 or 2306387. OLE color: 2306387.
HSL color Cylindrical-coordinate representation of color #533123: hue angle of 17.5º 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 #533123 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 35 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.67 |
| HSL | 17.5º | 0.41% | 0.23% | - |
| HSV(B) | 17.5º | 0.58% | 0.33% | - |
| XYZ | 4.97 | 4.16 | 2.13 | - |
| YUV | 57.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 35 | 0 | 0.41 | 0.58 | 0.67 | 17.5 | 0.41 | 0.23 |
| Hex | 53 | 31 | 23 | 0 | 29 | 3A | 43 | 12 | 29 | 17 |
| Octal | 123 | 61 | 43 | 0 | 51 | 72 | 103 | 22 | 51 | 27 |
| Binary | 1010011 | 110001 | 100011 | 0 | 101001 | 111010 | 1000011 | 10010 | 101001 | 10111 |
Color Harmonies of #533123
Complementary color
Monochromatic Colors of #533123
Black with #533123
Text Example
Text Example
White with #533123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533123; }
p { color: rgb(83,49,35); }
H1.HeaderClassName
{
color: #533123;
}
.AnyTagClassName
{
color: #533123;
}
</style>
background-color css
<style>
a { background-color: #533123; }
a { background-color: rgb(83,49,35); }
div.DivClassName
{
background-color: #533123;
}
.BgClassName
{
background-color: #533123;
}
</style>
border-color css
<style>
span { border-color: #533123; }
span { border-color: rgb(83,49,35); }
td.TdClassName
{
border-color: #533123;
}
.TagClassName
{
border-color: #533123;
}
</style>