#563748

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

Shades of Liver #563748

Tints of Liver #563748

Color information

#563748 (or 0x563748) is unknown color: approx Liver. HEX triplet: 56, 37 and 48. RGB value is (86,55,72). Sum of RGB (Red+Green+Blue) = 86+55+72=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #563748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563748 is #A9C8B7. Grayscale: #424242. Windows color (decimal): -11126968 or 4732758. OLE color: 4732758.

HSL color Cylindrical-coordinate representation of color #563748: hue angle of 327.1º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #563748 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB865572-
CMYK00.360.160.66
HSL327.1º21.99%27.65%-
HSV(B)327.1º36.05%33.73%-
XYZ6.375.186.79-
YUV66.21131.27142.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=40.38%
G=25.82%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557200.360.160.66327.121.9927.65
Hex5637480241042147161c
Octal12667110044201025072634
Binary1010110110111100100001001001000010000101010001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563748; }

 p { color: rgb(86,55,72); }

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

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

 a { background-color: rgb(86,55,72); }

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

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

 span { border-color: rgb(86,55,72); }

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