#533021

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

Shades of Indian Tan #533021

Tints of Indian Tan #533021

Color information

#533021 (or 0x533021) is unknown color: approx Indian Tan. HEX triplet: 53, 30 and 21. RGB value is (83,48,33). Sum of RGB (Red+Green+Blue) = 83+48+33=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533021 is #ACCFDE. Grayscale: #383838. Windows color (decimal): -11325407 or 2175059. OLE color: 2175059.

HSL color Cylindrical-coordinate representation of color #533021: hue angle of 18º 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 #533021 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB834833-
CMYK00.420.600.67
HSL18º43.1%22.75%-
HSV(B)18º60.24%32.55%-
XYZ4.94.061.96-
YUV56.76114.6146.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=50.61%
G=29.27%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83483300.420.600.671843.122.75
Hex53302102A3C43122b17
Octal123604105274103225327
Binary1010011110000100001010101011110010000111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533021; }

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

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

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

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

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

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

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

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