#523425

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

Shades of Indian Tan #523425

Tints of Indian Tan #523425

Color information

#523425 (or 0x523425) is unknown color: approx Indian Tan. HEX triplet: 52, 34 and 25. RGB value is (82,52,37). Sum of RGB (Red+Green+Blue) = 82+52+37=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523425 is #ADCBDA. Grayscale: #3B3B3B. Windows color (decimal): -11389915 or 2438226. OLE color: 2438226.

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

Color convert

RGB825237-
CMYK00.370.550.68
HSL20º37.82%23.33%-
HSV(B)20º54.88%32.16%-
XYZ5.044.382.33-
YUV59.26115.44144.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=47.95%
G=30.41%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82523700.370.550.682037.8223.33
Hex5234250253744142617
Octal122644504567104244627
Binary1010010110100100101010010111011110001001010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523425; }

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

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

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

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

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

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

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

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