#544349

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

Shades of Liver #544349

Tints of Liver #544349

Color information

#544349 (or 0x544349) is unknown color: approx Liver. HEX triplet: 54, 43 and 49. RGB value is (84,67,73). Sum of RGB (Red+Green+Blue) = 84+67+73=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544349 is #ABBCB6. Grayscale: #484848. Windows color (decimal): -11254967 or 4801364. OLE color: 4801364.

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

Color convert

RGB846773-
CMYK00.200.130.67
HSL338.82º11.26%29.61%-
HSV(B)338.82º20.24%32.94%-
XYZ6.876.387.17-
YUV72.77128.13136.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=37.5%
G=29.91%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84677300.200.130.67338.8211.2629.61
Hex544349014D43153b1e
Octal124103111024151035231336
Binary10101001000011100100101010011011000011101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544349; }

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

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

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

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

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

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

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

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