#532F20

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

Shades of Indian Tan #532F20

Tints of Indian Tan #532F20

Color information

#532F20 (or 0x532F20) is unknown color: approx Indian Tan. HEX triplet: 53, 2F and 20. RGB value is (83,47,32). Sum of RGB (Red+Green+Blue) = 83+47+32=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F20 is #ACD0DF. Grayscale: #383838. Windows color (decimal): -11325664 or 2109267. OLE color: 2109267.

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

Color convert

RGB834732-
CMYK00.430.610.67
HSL17.65º44.35%22.55%-
HSV(B)17.65º61.45%32.55%-
XYZ4.843.981.88-
YUV56.05114.43147.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=51.23%
G=29.01%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83473200.430.610.6717.6544.3522.55
Hex532F2002B3D43122c17
Octal123574005375103225427
Binary1010011101111100000010101111110110000111001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F20; }

 p { color: rgb(83,47,32); }

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

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

 a { background-color: rgb(83,47,32); }

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

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

 span { border-color: rgb(83,47,32); }

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