#54404A

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

Shades of Liver #54404A

Tints of Liver #54404A

Color information

#54404A (or 0x54404A) is unknown color: approx Liver. HEX triplet: 54, 40 and 4A. RGB value is (84,64,74). Sum of RGB (Red+Green+Blue) = 84+64+74=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #54404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54404A is #ABBFB5. Grayscale: #474747. Windows color (decimal): -11255734 or 4866132. OLE color: 4866132.

HSL color Cylindrical-coordinate representation of color #54404A: hue angle of 330º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54404A is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB846474-
CMYK00.240.120.67
HSL330º13.51%29.02%-
HSV(B)330º23.81%32.94%-
XYZ6.736.057.29-
YUV71.12129.63137.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=37.84%
G=28.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84647400.240.120.6733013.5129.02
Hex54404A018C4314ae1d
Octal124100112030141035121635
Binary10101001000000100101001100011001000011101001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54404A; }

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

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

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

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

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

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

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

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