#563C4A

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

Shades of Liver #563C4A

Tints of Liver #563C4A

Color information

#563C4A (or 0x563C4A) is unknown color: approx Liver. HEX triplet: 56, 3C and 4A. RGB value is (86,60,74). Sum of RGB (Red+Green+Blue) = 86+60+74=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C4A is #A9C3B5. Grayscale: #454545. Windows color (decimal): -11125686 or 4865110. OLE color: 4865110.

HSL color Cylindrical-coordinate representation of color #563C4A: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C4A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB866074-
CMYK00.300.140.66
HSL327.69º17.81%28.63%-
HSV(B)327.69º30.23%33.73%-
XYZ6.695.77.23-
YUV69.37130.61139.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=39.09%
G=27.27%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86607400.300.140.66327.6917.8128.63
Hex563C4A01EE42148121d
Octal12674112036161025102235
Binary10101101111001001010011110111010000101010010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,60,74); }

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

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

 a { background-color: rgb(86,60,74); }

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

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

 span { border-color: rgb(86,60,74); }

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