#563A48

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

Shades of Liver #563A48

Tints of Liver #563A48

Color information

#563A48 (or 0x563A48) is unknown color: approx Liver. HEX triplet: 56, 3A and 48. RGB value is (86,58,72). Sum of RGB (Red+Green+Blue) = 86+58+72=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #563A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A48 is #A9C5B7. Grayscale: #434343. Windows color (decimal): -11126200 or 4733526. OLE color: 4733526.

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

Color convert

RGB865872-
CMYK00.330.160.66
HSL330º19.44%28.24%-
HSV(B)330º32.56%33.73%-
XYZ6.525.476.84-
YUV67.97130.28140.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=39.81%
G=26.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86587200.330.160.6633019.4428.24
Hex563A48021104214a131c
Octal12672110041201025122334
Binary1010110111010100100001000011000010000101010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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