#554149

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

Shades of Liver #554149

Tints of Liver #554149

Color information

#554149 (or 0x554149) is unknown color: approx Liver. HEX triplet: 55, 41 and 49. RGB value is (85,65,73). Sum of RGB (Red+Green+Blue) = 85+65+73=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554149 is #AABEB6. Grayscale: #474747. Windows color (decimal): -11189943 or 4800853. OLE color: 4800853.

HSL color Cylindrical-coordinate representation of color #554149: hue angle of 336º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554149 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB856573-
CMYK00.240.140.67
HSL336º13.33%29.41%-
HSV(B)336º23.53%33.33%-
XYZ6.846.197.14-
YUV71.89128.63137.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=38.12%
G=29.15%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85657300.240.140.6733613.3329.41
Hex554149018E43150d1d
Octal125101111030161035201535
Binary10101011000001100100101100011101000011101010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554149; }

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

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

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

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

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

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

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

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