#533121

Color #533121 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #533121

Tints of Indian Tan #533121

Color information

#533121 (or 0x533121) is unknown color: approx Indian Tan. HEX triplet: 53, 31 and 21. RGB value is (83,49,33). Sum of RGB (Red+Green+Blue) = 83+49+33=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533121 is #ACCEDE. Grayscale: #393939. Windows color (decimal): -11325151 or 2175315. OLE color: 2175315.

HSL color Cylindrical-coordinate representation of color #533121: hue angle of 19.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533121 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB834933-
CMYK00.410.600.67
HSL19.2º43.1%22.75%-
HSV(B)19.2º60.24%32.55%-
XYZ4.944.151.98-
YUV57.34114.26146.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 33 (13.28% from 255) = 20%
R=50.30%
G=29.70%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83493300.410.600.6719.243.122.75
Hex5331210293C43132b17
Octal123614105174103235327
Binary1010011110001100001010100111110010000111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533121; }

 p { color: rgb(83,49,33); }

 H1.HeaderClassName
 {
   color: #533121;
 }
 .AnyTagClassName
 {
   color: #533121;
 }
</style>
background-color css

<style>
 a { background-color: #533121; }

 a { background-color: rgb(83,49,33); }

 div.DivClassName
 {
   background-color: #533121;
 }
 .BgClassName
 {
   background-color: #533121;
 }
</style>
border-color css

<style>
 span { border-color: #533121; }

 span { border-color: rgb(83,49,33); }

 td.TdClassName
 {
   border-color: #533121;
 }
 .TagClassName
 {
   border-color: #533121;
 }
</style>