#543B49

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

Shades of Liver #543B49

Tints of Liver #543B49

Color information

#543B49 (or 0x543B49) is unknown color: approx Liver. HEX triplet: 54, 3B and 49. RGB value is (84,59,73). Sum of RGB (Red+Green+Blue) = 84+59+73=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #543B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B49 is #ABC4B6. Grayscale: #444444. Windows color (decimal): -11257015 or 4799316. OLE color: 4799316.

HSL color Cylindrical-coordinate representation of color #543B49: hue angle of 326.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B49 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB845973-
CMYK00.300.130.67
HSL326.4º17.48%28.04%-
HSV(B)326.4º29.76%32.94%-
XYZ6.425.497.03-
YUV68.07130.78139.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=38.89%
G=27.31%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84597300.300.130.67326.417.4828.04
Hex543B4901ED43146111c
Octal12473111036151035062134
Binary10101001110111001001011110110110000111010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,73); }

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

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

 a { background-color: rgb(84,59,73); }

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

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

 span { border-color: rgb(84,59,73); }

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