#544148

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

Shades of Liver #544148

Tints of Liver #544148

Color information

#544148 (or 0x544148) is unknown color: approx Liver. HEX triplet: 54, 41 and 48. RGB value is (84,65,72). Sum of RGB (Red+Green+Blue) = 84+65+72=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544148 is #ABBEB7. Grayscale: #474747. Windows color (decimal): -11255480 or 4735316. OLE color: 4735316.

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

Color convert

RGB846572-
CMYK00.230.140.67
HSL337.89º12.75%29.22%-
HSV(B)337.89º22.62%32.94%-
XYZ6.726.136.96-
YUV71.48128.29136.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=38.01%
G=29.41%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84657200.230.140.67337.8912.7529.22
Hex544148017E43152d1d
Octal124101110027161035221535
Binary10101001000001100100001011111101000011101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544148; }

 p { color: rgb(84,65,72); }

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

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

 a { background-color: rgb(84,65,72); }

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

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

 span { border-color: rgb(84,65,72); }

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