#523022

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

Shades of Indian Tan #523022

Tints of Indian Tan #523022

Color information

#523022 (or 0x523022) is unknown color: approx Indian Tan. HEX triplet: 52, 30 and 22. RGB value is (82,48,34). Sum of RGB (Red+Green+Blue) = 82+48+34=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #523022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523022 is #ADCFDD. Grayscale: #383838. Windows color (decimal): -11390942 or 2240594. OLE color: 2240594.

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

Color convert

RGB824834-
CMYK00.410.590.68
HSL17.5º41.38%22.75%-
HSV(B)17.5º58.54%32.16%-
XYZ4.834.022.04-
YUV56.57115.26146.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=50%
G=29.27%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82483400.410.590.6817.541.3822.75
Hex5230220293B44122917
Octal122604205173104225127
Binary1010010110000100010010100111101110001001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523022; }

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

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

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

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

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

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

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

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