#523120

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

Shades of Indian Tan #523120

Tints of Indian Tan #523120

Color information

#523120 (or 0x523120) is unknown color: approx Indian Tan. HEX triplet: 52, 31 and 20. RGB value is (82,49,32). Sum of RGB (Red+Green+Blue) = 82+49+32=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523120 is #ADCEDF. Grayscale: #393939. Windows color (decimal): -11390688 or 2109778. OLE color: 2109778.

HSL color Cylindrical-coordinate representation of color #523120: hue angle of 20.4º 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 #523120 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB824932-
CMYK00.400.610.68
HSL20.4º43.86%22.35%-
HSV(B)20.4º60.98%32.16%-
XYZ4.844.091.9-
YUV56.93113.93145.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=50.31%
G=30.06%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82493200.400.610.6820.443.8622.35
Hex5231200283D44142c16
Octal122614005075104245426
Binary1010010110001100000010100011110110001001010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523120; }

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

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

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

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

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

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

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

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