#532C20

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

Shades of Indian Tan #532C20

Tints of Indian Tan #532C20

Color information

#532C20 (or 0x532C20) is unknown color: approx Indian Tan. HEX triplet: 53, 2C and 20. RGB value is (83,44,32). Sum of RGB (Red+Green+Blue) = 83+44+32=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C20 is #ACD3DF. Grayscale: #363636. Windows color (decimal): -11326432 or 2108499. OLE color: 2108499.

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

Color convert

RGB834432-
CMYK00.470.610.67
HSL14.12º44.35%22.55%-
HSV(B)14.12º61.45%32.55%-
XYZ4.733.741.84-
YUV54.29115.42148.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=52.20%
G=27.67%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83443200.470.610.6714.1244.3522.55
Hex532C2002F3D43e2c17
Octal123544005775103165427
Binary101001110110010000001011111111011000011111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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