#563C49

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

Shades of Liver #563C49

Tints of Liver #563C49

Color information

#563C49 (or 0x563C49) is unknown color: approx Liver. HEX triplet: 56, 3C and 49. RGB value is (86,60,73). Sum of RGB (Red+Green+Blue) = 86+60+73=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #563C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C49 is #A9C3B6. Grayscale: #454545. Windows color (decimal): -11125687 or 4799574. OLE color: 4799574.

HSL color Cylindrical-coordinate representation of color #563C49: hue angle of 330º 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 #563C49 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB866073-
CMYK00.300.150.66
HSL330º17.81%28.63%-
HSV(B)330º30.23%33.73%-
XYZ6.665.697.05-
YUV69.26130.11139.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=39.27%
G=27.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86607300.300.150.6633017.8128.63
Hex563C4901EF4214a121d
Octal12674111036171025122235
Binary10101101111001001001011110111110000101010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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