#543D4B

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

Shades of Liver #543D4B

Tints of Liver #543D4B

Color information

#543D4B (or 0x543D4B) is unknown color: approx Liver. HEX triplet: 54, 3D and 4B. RGB value is (84,61,75). Sum of RGB (Red+Green+Blue) = 84+61+75=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #543D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D4B is #ABC2B4. Grayscale: #454545. Windows color (decimal): -11256501 or 4930900. OLE color: 4930900.

HSL color Cylindrical-coordinate representation of color #543D4B: hue angle of 323.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #543D4B is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB846175-
CMYK00.270.110.67
HSL323.48º15.86%28.43%-
HSV(B)323.48º27.38%32.94%-
XYZ6.595.737.42-
YUV69.47131.12138.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=38.18%
G=27.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84617500.270.110.67323.4815.8628.43
Hex543D4B01BB43143101c
Octal12475113033131035032034
Binary10101001111011001011011011101110000111010000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543D4B; }

 p { color: rgb(84,61,75); }

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

<style>
 a { background-color: #543D4B; }

 a { background-color: rgb(84,61,75); }

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

<style>
 span { border-color: #543D4B; }

 span { border-color: rgb(84,61,75); }

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