#563122

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

Shades of Indian Tan #563122

Tints of Indian Tan #563122

Color information

#563122 (or 0x563122) is unknown color: approx Indian Tan. HEX triplet: 56, 31 and 22. RGB value is (86,49,34). Sum of RGB (Red+Green+Blue) = 86+49+34=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #563122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563122 is #A9CEDD. Grayscale: #3A3A3A. Windows color (decimal): -11128542 or 2240854. OLE color: 2240854.

HSL color Cylindrical-coordinate representation of color #563122: hue angle of 17.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563122 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB864934-
CMYK00.430.600.66
HSL17.31º43.33%23.53%-
HSV(B)17.31º60.47%33.73%-
XYZ5.224.292.07-
YUV58.35114.26147.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=50.89%
G=28.99%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493400.430.600.6617.3143.3323.53
Hex56312202B3C42112b18
Octal126614205374102215330
Binary1010110110001100010010101111110010000101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563122; }

 p { color: rgb(86,49,34); }

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

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

 a { background-color: rgb(86,49,34); }

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

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

 span { border-color: rgb(86,49,34); }

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