#523223

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

Shades of Indian Tan #523223

Tints of Indian Tan #523223

Color information

#523223 (or 0x523223) is unknown color: approx Indian Tan. HEX triplet: 52, 32 and 23. RGB value is (82,50,35). Sum of RGB (Red+Green+Blue) = 82+50+35=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523223 is #ADCDDC. Grayscale: #393939. Windows color (decimal): -11390429 or 2306642. OLE color: 2306642.

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

Color convert

RGB825035-
CMYK00.390.570.68
HSL19.15º40.17%22.94%-
HSV(B)19.15º57.32%32.16%-
XYZ4.924.22.14-
YUV57.86115.1145.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=49.10%
G=29.94%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82503500.390.570.6819.1540.1722.94
Hex5232230273944132817
Octal122624304771104235027
Binary1010010110010100011010011111100110001001001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523223; }

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

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

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

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

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

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

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

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