#523225

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

Shades of Indian Tan #523225

Tints of Indian Tan #523225

Color information

#523225 (or 0x523225) is unknown color: approx Indian Tan. HEX triplet: 52, 32 and 25. RGB value is (82,50,37). Sum of RGB (Red+Green+Blue) = 82+50+37=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523225 is #ADCDDA. Grayscale: #3A3A3A. Windows color (decimal): -11390427 or 2437714. OLE color: 2437714.

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

Color convert

RGB825037-
CMYK00.390.550.68
HSL17.33º37.82%23.33%-
HSV(B)17.33º54.88%32.16%-
XYZ4.954.212.3-
YUV58.09116.1145.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=48.52%
G=29.59%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82503700.390.550.6817.3337.8223.33
Hex5232250273744112617
Octal122624504767104214627
Binary1010010110010100101010011111011110001001000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523225; }

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

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

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

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

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

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

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

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