#553A47

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

Shades of Liver #553A47

Tints of Liver #553A47

Color information

#553A47 (or 0x553A47) is unknown color: approx Liver. HEX triplet: 55, 3A and 47. RGB value is (85,58,71). Sum of RGB (Red+Green+Blue) = 85+58+71=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A47 is #AAC5B8. Grayscale: #434343. Windows color (decimal): -11191737 or 4667989. OLE color: 4667989.

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

Color convert

RGB855871-
CMYK00.320.160.67
HSL331.11º18.88%28.04%-
HSV(B)331.11º31.76%33.33%-
XYZ6.45.416.67-
YUV67.55129.95140.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=39.72%
G=27.10%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587100.320.160.67331.1118.8828.04
Hex553A47020104314b131c
Octal12572107040201035132334
Binary1010101111010100011101000001000010000111010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A47; }

 p { color: rgb(85,58,71); }

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

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

 a { background-color: rgb(85,58,71); }

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

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

 span { border-color: rgb(85,58,71); }

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