#543B48

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

Shades of Liver #543B48

Tints of Liver #543B48

Color information

#543B48 (or 0x543B48) is unknown color: approx Liver. HEX triplet: 54, 3B and 48. RGB value is (84,59,72). Sum of RGB (Red+Green+Blue) = 84+59+72=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #543B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B48 is #ABC4B7. Grayscale: #434343. Windows color (decimal): -11257016 or 4733780. OLE color: 4733780.

HSL color Cylindrical-coordinate representation of color #543B48: hue angle of 328.8º 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 #543B48 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB845972-
CMYK00.300.140.67
HSL328.8º17.48%28.04%-
HSV(B)328.8º29.76%32.94%-
XYZ6.395.486.85-
YUV67.96130.28139.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=39.07%
G=27.44%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84597200.300.140.67328.817.4828.04
Hex543B4801EE43149111c
Octal12473110036161035112134
Binary10101001110111001000011110111010000111010010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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