#544049

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

Shades of Liver #544049

Tints of Liver #544049

Color information

#544049 (or 0x544049) is unknown color: approx Liver. HEX triplet: 54, 40 and 49. RGB value is (84,64,73). Sum of RGB (Red+Green+Blue) = 84+64+73=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544049 is #ABBFB6. Grayscale: #464646. Windows color (decimal): -11255735 or 4800596. OLE color: 4800596.

HSL color Cylindrical-coordinate representation of color #544049: hue angle of 333º degrees, saturation: 0.14, 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 #544049 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB846473-
CMYK00.240.130.67
HSL333º13.51%29.02%-
HSV(B)333º23.81%32.94%-
XYZ6.696.037.12-
YUV71.01129.13137.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=38.01%
G=28.96%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84647300.240.130.6733313.5129.02
Hex544049018D4314de1d
Octal124100111030151035151635
Binary10101001000000100100101100011011000011101001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544049; }

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

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

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

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

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

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

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

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