#523121

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

Shades of Indian Tan #523121

Tints of Indian Tan #523121

Color information

#523121 (or 0x523121) is unknown color: approx Indian Tan. HEX triplet: 52, 31 and 21. RGB value is (82,49,33). Sum of RGB (Red+Green+Blue) = 82+49+33=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #523121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523121 is #ADCEDE. Grayscale: #393939. Windows color (decimal): -11390687 or 2175314. OLE color: 2175314.

HSL color Cylindrical-coordinate representation of color #523121: hue angle of 19.59º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523121 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB824933-
CMYK00.400.600.68
HSL19.59º42.61%22.55%-
HSV(B)19.59º59.76%32.16%-
XYZ4.854.11.97-
YUV57.04114.43145.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=50%
G=29.88%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82493300.400.600.6819.5942.6122.55
Hex5231210283C44142b17
Octal122614105074104245327
Binary1010010110001100001010100011110010001001010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523121; }

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

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

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

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

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

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

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

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