#523322

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

Shades of Indian Tan #523322

Tints of Indian Tan #523322

Color information

#523322 (or 0x523322) is unknown color: approx Indian Tan. HEX triplet: 52, 33 and 22. RGB value is (82,51,34). Sum of RGB (Red+Green+Blue) = 82+51+34=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523322 is #ADCCDD. Grayscale: #3A3A3A. Windows color (decimal): -11390174 or 2241362. OLE color: 2241362.

HSL color Cylindrical-coordinate representation of color #523322: hue angle of 21.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523322 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB825134-
CMYK00.380.590.68
HSL21.25º41.38%22.75%-
HSV(B)21.25º58.54%32.16%-
XYZ4.954.282.08-
YUV58.33114.27144.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=49.10%
G=30.54%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82513400.380.590.6821.2541.3822.75
Hex5233220263B44152917
Octal122634204673104255127
Binary1010010110011100010010011011101110001001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523322; }

 p { color: rgb(82,51,34); }

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

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

 a { background-color: rgb(82,51,34); }

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

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

 span { border-color: rgb(82,51,34); }

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