#523220

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

Shades of Indian Tan #523220

Tints of Indian Tan #523220

Color information

#523220 (or 0x523220) is unknown color: approx Indian Tan. HEX triplet: 52, 32 and 20. RGB value is (82,50,32). Sum of RGB (Red+Green+Blue) = 82+50+32=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #523220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523220 is #ADCDDF. Grayscale: #393939. Windows color (decimal): -11390432 or 2110034. OLE color: 2110034.

HSL color Cylindrical-coordinate representation of color #523220: hue angle of 21.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523220 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB825032-
CMYK00.390.610.68
HSL21.6º43.86%22.35%-
HSV(B)21.6º60.98%32.16%-
XYZ4.884.181.92-
YUV57.52113.6145.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=50%
G=30.49%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82503200.390.610.6821.643.8622.35
Hex5232200273D44162c16
Octal122624004775104265426
Binary1010010110010100000010011111110110001001011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523220; }

 p { color: rgb(82,50,32); }

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

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

 a { background-color: rgb(82,50,32); }

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

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

 span { border-color: rgb(82,50,32); }

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