#54474C

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

Shades of Liver #54474C

Tints of Liver #54474C

Color information

#54474C (or 0x54474C) is unknown color: approx Liver. HEX triplet: 54, 47 and 4C. RGB value is (84,71,76). Sum of RGB (Red+Green+Blue) = 84+71+76=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474C is #ABB8B3. Grayscale: #4B4B4B. Windows color (decimal): -11253940 or 4998996. OLE color: 4998996.

HSL color Cylindrical-coordinate representation of color #54474C: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474C is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB847176-
CMYK00.150.100.67
HSL336.92º8.39%30.39%-
HSV(B)336.92º15.48%32.94%-
XYZ7.216.917.79-
YUV75.46128.31134.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=36.36%
G=30.74%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717600.150.100.67336.928.3930.39
Hex54474C0FA4315181e
Octal124107114017121035211036
Binary1010100100011110011000111110101000011101010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54474C; }

 p { color: rgb(84,71,76); }

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

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

 a { background-color: rgb(84,71,76); }

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

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

 span { border-color: rgb(84,71,76); }

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