#523529

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

Shades of Indian Tan #523529

Tints of Indian Tan #523529

Color information

#523529 (or 0x523529) is unknown color: approx Indian Tan. HEX triplet: 52, 35 and 29. RGB value is (82,53,41). Sum of RGB (Red+Green+Blue) = 82+53+41=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #523529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523529 is #ADCAD6. Grayscale: #3C3C3C. Windows color (decimal): -11389655 or 2700626. OLE color: 2700626.

HSL color Cylindrical-coordinate representation of color #523529: hue angle of 17.56º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523529 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB825341-
CMYK00.350.500.68
HSL17.56º33.33%24.12%-
HSV(B)17.56º50%32.16%-
XYZ5.154.52.69-
YUV60.3117.11143.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=46.59%
G=30.11%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82534100.350.500.6817.5633.3324.12
Hex5235290233244122118
Octal122655104362104224130
Binary1010010110101101001010001111001010001001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523529; }

 p { color: rgb(82,53,41); }

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

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

 a { background-color: rgb(82,53,41); }

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

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

 span { border-color: rgb(82,53,41); }

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