#522D21

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

Shades of Indian Tan #522D21

Tints of Indian Tan #522D21

Color information

#522D21 (or 0x522D21) is unknown color: approx Indian Tan. HEX triplet: 52, 2D and 21. RGB value is (82,45,33). Sum of RGB (Red+Green+Blue) = 82+45+33=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #522D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D21 is #ADD2DE. Grayscale: #363636. Windows color (decimal): -11391711 or 2174290. OLE color: 2174290.

HSL color Cylindrical-coordinate representation of color #522D21: hue angle of 14.69º 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 #522D21 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB824533-
CMYK00.450.600.68
HSL14.69º42.61%22.55%-
HSV(B)14.69º59.76%32.16%-
XYZ4.693.781.92-
YUV54.7115.76147.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 45 (17.97% from 255) = 28.12%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=51.25%
G=28.12%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82453300.450.600.6814.6942.6122.55
Hex522D2102D3C44f2b17
Octal122554105574104175327
Binary101001010110110000101011011111001000100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522D21; }

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

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

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

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

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

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

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

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