#564149

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

Shades of Liver #564149

Tints of Liver #564149

Color information

#564149 (or 0x564149) is unknown color: approx Liver. HEX triplet: 56, 41 and 49. RGB value is (86,65,73). Sum of RGB (Red+Green+Blue) = 86+65+73=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564149 is #A9BEB6. Grayscale: #484848. Windows color (decimal): -11124407 or 4800854. OLE color: 4800854.

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

Color convert

RGB866573-
CMYK00.240.150.66
HSL337.14º13.91%29.61%-
HSV(B)337.14º24.42%33.73%-
XYZ6.936.247.14-
YUV72.19128.46137.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=38.39%
G=29.02%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86657300.240.150.66337.1413.9129.61
Hex564149018F42151e1e
Octal126101111030171025211636
Binary10101101000001100100101100011111000010101010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564149; }

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

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

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

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

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

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

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

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