#54474D

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

Shades of Liver #54474D

Tints of Liver #54474D

Color information

#54474D (or 0x54474D) is unknown color: approx Liver. HEX triplet: 54, 47 and 4D. RGB value is (84,71,77). Sum of RGB (Red+Green+Blue) = 84+71+77=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #54474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54474D is #ABB8B2. Grayscale: #4B4B4B. Windows color (decimal): -11253939 or 5064532. OLE color: 5064532.

HSL color Cylindrical-coordinate representation of color #54474D: hue angle of 332.31º 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 #54474D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB847177-
CMYK00.150.080.67
HSL332.31º8.39%30.39%-
HSV(B)332.31º15.48%32.94%-
XYZ7.256.937.98-
YUV75.57128.81134.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=36.21%
G=30.60%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717700.150.080.67332.318.3930.39
Hex54474D0F84314c81e
Octal124107115017101035141036
Binary1010100100011110011010111110001000011101001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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