#563C4B

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

Shades of Liver #563C4B

Tints of Liver #563C4B

Color information

#563C4B (or 0x563C4B) is unknown color: approx Liver. HEX triplet: 56, 3C and 4B. RGB value is (86,60,75). Sum of RGB (Red+Green+Blue) = 86+60+75=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C4B is #A9C3B4. Grayscale: #454545. Windows color (decimal): -11125685 or 4930646. OLE color: 4930646.

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

Color convert

RGB866075-
CMYK00.300.130.66
HSL325.38º17.81%28.63%-
HSV(B)325.38º30.23%33.73%-
XYZ6.725.727.41-
YUV69.48131.11139.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=38.91%
G=27.15%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86607500.300.130.66325.3817.8128.63
Hex563C4B01ED42145121d
Octal12674113036151025052235
Binary10101101111001001011011110110110000101010001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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