#522716

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

Shades of Indian Tan #522716

Tints of Indian Tan #522716

Color information

#522716 (or 0x522716) is unknown color: approx Indian Tan. HEX triplet: 52, 27 and 16. RGB value is (82,39,22). Sum of RGB (Red+Green+Blue) = 82+39+22=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #522716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522716 is #ADD8E9. Grayscale: #323232. Windows color (decimal): -11393258 or 1451858. OLE color: 1451858.

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

Color convert

RGB823922-
CMYK00.520.730.68
HSL17º57.69%20.39%-
HSV(B)17º73.17%32.16%-
XYZ4.353.31.17-
YUV49.92112.25150.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=57.34%
G=27.27%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82392200.520.730.681757.6920.39
Hex5227160344944113a14
Octal1224726064111104217224
Binary1010010100111101100110100100100110001001000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522716; }

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

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

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

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

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

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

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

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