#532D20

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

Shades of Indian Tan #532D20

Tints of Indian Tan #532D20

Color information

#532D20 (or 0x532D20) is unknown color: approx Indian Tan. HEX triplet: 53, 2D and 20. RGB value is (83,45,32). Sum of RGB (Red+Green+Blue) = 83+45+32=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D20 is #ACD2DF. Grayscale: #363636. Windows color (decimal): -11326176 or 2108755. OLE color: 2108755.

HSL color Cylindrical-coordinate representation of color #532D20: hue angle of 15.29º 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 #532D20 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB834532-
CMYK00.460.610.67
HSL15.29º44.35%22.55%-
HSV(B)15.29º61.45%32.55%-
XYZ4.773.821.85-
YUV54.88115.09148.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 45 (17.97% from 255) = 28.12%
BLUE value IS 32 (12.89% from 255) = 20%
R=51.88%
G=28.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453200.460.610.6715.2944.3522.55
Hex532D2002E3D43f2c17
Octal123554005675103175427
Binary101001110110110000001011101111011000011111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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