#563849

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

Shades of Liver #563849

Tints of Liver #563849

Color information

#563849 (or 0x563849) is unknown color: approx Liver. HEX triplet: 56, 38 and 49. RGB value is (86,56,73). Sum of RGB (Red+Green+Blue) = 86+56+73=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563849 is #A9C7B6. Grayscale: #424242. Windows color (decimal): -11126711 or 4798550. OLE color: 4798550.

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

Color convert

RGB865673-
CMYK00.350.150.66
HSL326º21.13%27.84%-
HSV(B)326º34.88%33.73%-
XYZ6.455.296.98-
YUV66.91131.44141.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=40%
G=26.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86567300.350.150.6632621.1327.84
Hex563849023F42146151c
Octal12670111043171025062534
Binary101011011100010010010100011111110000101010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563849; }

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

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

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

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

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

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

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

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