#563A49

Color #563A49 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #563A49

Tints of Liver #563A49

Color information

#563A49 (or 0x563A49) is unknown color: approx Liver. HEX triplet: 56, 3A and 49. RGB value is (86,58,73). Sum of RGB (Red+Green+Blue) = 86+58+73=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #563A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A49 is #A9C5B6. Grayscale: #444444. Windows color (decimal): -11126199 or 4799062. OLE color: 4799062.

HSL color Cylindrical-coordinate representation of color #563A49: hue angle of 327.86º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A49 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB865873-
CMYK00.330.150.66
HSL327.86º19.44%28.24%-
HSV(B)327.86º32.56%33.73%-
XYZ6.555.497.02-
YUV68.08130.78140.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=39.63%
G=26.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86587300.330.150.66327.8619.4428.24
Hex563A49021F42148131c
Octal12672111041171025102334
Binary101011011101010010010100001111110000101010010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A49; }

 p { color: rgb(86,58,73); }

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

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

 a { background-color: rgb(86,58,73); }

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

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

 span { border-color: rgb(86,58,73); }

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