#554049

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

Shades of Liver #554049

Tints of Liver #554049

Color information

#554049 (or 0x554049) is unknown color: approx Liver. HEX triplet: 55, 40 and 49. RGB value is (85,64,73). Sum of RGB (Red+Green+Blue) = 85+64+73=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554049 is #AABFB6. Grayscale: #474747. Windows color (decimal): -11190199 or 4800597. OLE color: 4800597.

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

Color convert

RGB856473-
CMYK00.250.140.67
HSL334.29º14.09%29.22%-
HSV(B)334.29º24.71%33.33%-
XYZ6.786.087.12-
YUV71.3128.96137.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=38.29%
G=28.83%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647300.250.140.67334.2914.0929.22
Hex554049019E4314ee1d
Octal125100111031161035161635
Binary10101011000000100100101100111101000011101001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554049; }

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

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

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

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

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

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

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

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