#522816

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

Shades of Indian Tan #522816

Tints of Indian Tan #522816

Color information

#522816 (or 0x522816) is unknown color: approx Indian Tan. HEX triplet: 52, 28 and 16. RGB value is (82,40,22). Sum of RGB (Red+Green+Blue) = 82+40+22=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #522816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522816 is #ADD7E9. Grayscale: #323232. Windows color (decimal): -11393002 or 1452114. OLE color: 1452114.

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

Color convert

RGB824022-
CMYK00.510.730.68
HSL18º57.69%20.39%-
HSV(B)18º73.17%32.16%-
XYZ4.383.371.18-
YUV50.51111.91150.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=56.94%
G=27.78%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82402200.510.730.681857.6920.39
Hex5228160334944123a14
Octal1225026063111104227224
Binary1010010101000101100110011100100110001001001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522816; }

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

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

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

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

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

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

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

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