#54434A

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

Shades of Liver #54434A

Tints of Liver #54434A

Color information

#54434A (or 0x54434A) is unknown color: approx Liver. HEX triplet: 54, 43 and 4A. RGB value is (84,67,74). Sum of RGB (Red+Green+Blue) = 84+67+74=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #54434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54434A is #ABBCB5. Grayscale: #484848. Windows color (decimal): -11254966 or 4866900. OLE color: 4866900.

HSL color Cylindrical-coordinate representation of color #54434A: hue angle of 335.29º 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 #54434A is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB846774-
CMYK00.200.120.67
HSL335.29º11.26%29.61%-
HSV(B)335.29º20.24%32.94%-
XYZ6.96.397.35-
YUV72.88128.63135.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=37.33%
G=29.78%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84677400.200.120.67335.2911.2629.61
Hex54434A014C4314fb1e
Octal124103112024141035171336
Binary10101001000011100101001010011001000011101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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