#544950

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

Shades of Liver #544950

Tints of Liver #544950

Color information

#544950 (or 0x544950) is unknown color: approx Liver. HEX triplet: 54, 49 and 50. RGB value is (84,73,80). Sum of RGB (Red+Green+Blue) = 84+73+80=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544950 is #ABB6AF. Grayscale: #4D4D4D. Windows color (decimal): -11253424 or 5261652. OLE color: 5261652.

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

Color convert

RGB847380-
CMYK00.130.050.67
HSL321.82º7.01%30.78%-
HSV(B)321.82º13.1%32.94%-
XYZ7.497.238.59-
YUV77.09129.64132.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=35.44%
G=30.80%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84738000.130.050.67321.827.0130.78
Hex5449500D54314271f
Octal1241111200155103502737
Binary10101001001001101000001101101100001110100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544950; }

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

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

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

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

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

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

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

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