#54434C

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

Shades of Liver #54434C

Tints of Liver #54434C

Color information

#54434C (or 0x54434C) is unknown color: approx Liver. HEX triplet: 54, 43 and 4C. RGB value is (84,67,76). Sum of RGB (Red+Green+Blue) = 84+67+76=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54434C is #ABBCB3. Grayscale: #494949. Windows color (decimal): -11254964 or 4997972. OLE color: 4997972.

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

Color convert

RGB846776-
CMYK00.200.100.67
HSL328.24º11.26%29.61%-
HSV(B)328.24º20.24%32.94%-
XYZ6.976.427.71-
YUV73.11129.63135.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=37.00%
G=29.52%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84677600.200.100.67328.2411.2629.61
Hex54434C014A43148b1e
Octal124103114024121035101336
Binary10101001000011100110001010010101000011101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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