#563948

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

Shades of Liver #563948

Tints of Liver #563948

Color information

#563948 (or 0x563948) is unknown color: approx Liver. HEX triplet: 56, 39 and 48. RGB value is (86,57,72). Sum of RGB (Red+Green+Blue) = 86+57+72=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563948 is #A9C6B7. Grayscale: #434343. Windows color (decimal): -11126456 or 4733270. OLE color: 4733270.

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

Color convert

RGB865772-
CMYK00.340.160.66
HSL328.97º20.28%28.04%-
HSV(B)328.97º33.72%33.73%-
XYZ6.475.376.83-
YUV67.38130.61141.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=40%
G=26.51%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86577200.340.160.66328.9720.2828.04
Hex5639480221042149141c
Octal12671110042201025112434
Binary1010110111001100100001000101000010000101010010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563948; }

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

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

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

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

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

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

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

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