#544A4E

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

Shades of Liver #544A4E

Tints of Liver #544A4E

Color information

#544A4E (or 0x544A4E) is unknown color: approx Liver. HEX triplet: 54, 4A and 4E. RGB value is (84,74,78). Sum of RGB (Red+Green+Blue) = 84+74+78=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A4E is #ABB5B1. Grayscale: #4D4D4D. Windows color (decimal): -11253170 or 5130836. OLE color: 5130836.

HSL color Cylindrical-coordinate representation of color #544A4E: hue angle of 336º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544A4E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB847478-
CMYK00.120.070.67
HSL336º6.33%30.98%-
HSV(B)336º11.9%32.94%-
XYZ7.487.338.23-
YUV77.45128.31132.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=35.59%
G=31.36%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84747800.120.070.673366.3330.98
Hex544A4E0C74315061f
Octal1241121160147103520637
Binary10101001001010100111001100111100001110101000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,78); }

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

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

 a { background-color: rgb(84,74,78); }

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

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

 span { border-color: rgb(84,74,78); }

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