#544D51

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

Shades of Liver #544D51

Tints of Liver #544D51

Color information

#544D51 (or 0x544D51) is unknown color: approx Liver. HEX triplet: 54, 4D and 51. RGB value is (84,77,81). Sum of RGB (Red+Green+Blue) = 84+77+81=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #544D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D51 is #ABB2AE. Grayscale: #4F4F4F. Windows color (decimal): -11252399 or 5328212. OLE color: 5328212.

HSL color Cylindrical-coordinate representation of color #544D51: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544D51 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB847781-
CMYK00.080.040.67
HSL325.71º4.35%31.57%-
HSV(B)325.71º8.33%32.94%-
XYZ7.87.798.88-
YUV79.55128.82131.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=34.71%
G=31.82%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84778100.080.040.67325.714.3531.57
Hex544D5108443146420
Octal1241151210104103506440
Binary101010010011011010001010001001000011101000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544D51; }

 p { color: rgb(84,77,81); }

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

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

 a { background-color: rgb(84,77,81); }

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

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

 span { border-color: rgb(84,77,81); }

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