#522616

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

Shades of Indian Tan #522616

Tints of Indian Tan #522616

Color information

#522616 (or 0x522616) is unknown color: approx Indian Tan. HEX triplet: 52, 26 and 16. RGB value is (82,38,22). Sum of RGB (Red+Green+Blue) = 82+38+22=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #522616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522616 is #ADD9E9. Grayscale: #313131. Windows color (decimal): -11393514 or 1451602. OLE color: 1451602.

HSL color Cylindrical-coordinate representation of color #522616: hue angle of 16º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522616 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB823822-
CMYK00.540.730.68
HSL16º57.69%20.39%-
HSV(B)16º73.17%32.16%-
XYZ4.323.241.16-
YUV49.33112.58151.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=57.75%
G=26.76%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82382200.540.730.681657.6920.39
Hex5226160364944103a14
Octal1224626066111104207224
Binary1010010100110101100110110100100110001001000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522616; }

 p { color: rgb(82,38,22); }

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

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

 a { background-color: rgb(82,38,22); }

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

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

 span { border-color: rgb(82,38,22); }

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