#563848

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

Shades of Liver #563848

Tints of Liver #563848

Color information

#563848 (or 0x563848) is unknown color: approx Liver. HEX triplet: 56, 38 and 48. RGB value is (86,56,72). Sum of RGB (Red+Green+Blue) = 86+56+72=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #563848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563848 is #A9C7B7. Grayscale: #424242. Windows color (decimal): -11126712 or 4733014. OLE color: 4733014.

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

Color convert

RGB865672-
CMYK00.350.160.66
HSL328º21.13%27.84%-
HSV(B)328º34.88%33.73%-
XYZ6.425.276.81-
YUV66.79130.94141.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=40.19%
G=26.17%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86567200.350.160.6632821.1327.84
Hex5638480231042148151c
Octal12670110043201025102534
Binary1010110111000100100001000111000010000101010010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563848; }

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

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

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

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

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

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

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

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