#563C48

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

Shades of Liver #563C48

Tints of Liver #563C48

Color information

#563C48 (or 0x563C48) is unknown color: approx Liver. HEX triplet: 56, 3C and 48. RGB value is (86,60,72). Sum of RGB (Red+Green+Blue) = 86+60+72=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C48 is #A9C3B7. Grayscale: #454545. Windows color (decimal): -11125688 or 4734038. OLE color: 4734038.

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

Color convert

RGB866072-
CMYK00.300.160.66
HSL332.31º17.81%28.63%-
HSV(B)332.31º30.23%33.73%-
XYZ6.625.686.88-
YUV69.14129.61140.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=39.45%
G=27.52%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86607200.300.160.66332.3117.8128.63
Hex563C4801E104214c121d
Octal12674110036201025142235
Binary101011011110010010000111101000010000101010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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