#554349

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

Shades of Liver #554349

Tints of Liver #554349

Color information

#554349 (or 0x554349) is unknown color: approx Liver. HEX triplet: 55, 43 and 49. RGB value is (85,67,73). Sum of RGB (Red+Green+Blue) = 85+67+73=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554349 is #AABCB6. Grayscale: #494949. Windows color (decimal): -11189431 or 4801365. OLE color: 4801365.

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

Color convert

RGB856773-
CMYK00.210.140.67
HSL340º11.84%29.8%-
HSV(B)340º21.18%33.33%-
XYZ6.966.437.18-
YUV73.07127.96136.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=37.78%
G=29.78%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85677300.210.140.6734011.8429.8
Hex554349015E43154c1e
Octal125103111025161035241436
Binary10101011000011100100101010111101000011101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554349; }

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

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

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

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

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

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

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

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