#523020

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

Shades of Indian Tan #523020

Tints of Indian Tan #523020

Color information

#523020 (or 0x523020) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 20. RGB value is (82,48,32). Sum of RGB (Red+Green+Blue) = 82+48+32=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523020 is #ADCFDF. Grayscale: #383838. Windows color (decimal): -11390944 or 2109522. OLE color: 2109522.

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

Color convert

RGB824832-
CMYK00.410.610.68
HSL19.2º43.86%22.35%-
HSV(B)19.2º60.98%32.16%-
XYZ4.84.011.89-
YUV56.34114.26146.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=50.62%
G=29.63%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82483200.410.610.6819.243.8622.35
Hex5230200293D44132c16
Octal122604005175104235426
Binary1010010110000100000010100111110110001001001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523020; }

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

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

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

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

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

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

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

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