#523125

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

Shades of Indian Tan #523125

Tints of Indian Tan #523125

Color information

#523125 (or 0x523125) is unknown color: approx Indian Tan. HEX triplet: 52, 31 and 25. RGB value is (82,49,37). Sum of RGB (Red+Green+Blue) = 82+49+37=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #523125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523125 is #ADCEDA. Grayscale: #393939. Windows color (decimal): -11390683 or 2437458. OLE color: 2437458.

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

Color convert

RGB824937-
CMYK00.400.550.68
HSL16º37.82%23.33%-
HSV(B)16º54.88%32.16%-
XYZ4.914.122.29-
YUV57.5116.43145.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=48.81%
G=29.17%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82493700.400.550.681637.8223.33
Hex5231250283744102617
Octal122614505067104204627
Binary1010010110001100101010100011011110001001000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523125; }

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

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

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

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

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

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

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

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