#54424D

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

Shades of Liver #54424D

Tints of Liver #54424D

Color information

#54424D (or 0x54424D) is unknown color: approx Liver. HEX triplet: 54, 42 and 4D. RGB value is (84,66,77). Sum of RGB (Red+Green+Blue) = 84+66+77=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54424D is #ABBDB2. Grayscale: #484848. Windows color (decimal): -11255219 or 5063252. OLE color: 5063252.

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

Color convert

RGB846677-
CMYK00.210.080.67
HSL323.33º12%29.41%-
HSV(B)323.33º21.43%32.94%-
XYZ6.946.327.87-
YUV72.64130.46136.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=37.00%
G=29.07%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667700.210.080.67323.331229.41
Hex54424D015843143c1d
Octal124102115025101035031435
Binary10101001000010100110101010110001000011101000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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