#553947

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

Shades of Liver #553947

Tints of Liver #553947

Color information

#553947 (or 0x553947) is unknown color: approx Liver. HEX triplet: 55, 39 and 47. RGB value is (85,57,71). Sum of RGB (Red+Green+Blue) = 85+57+71=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553947 is #AAC6B8. Grayscale: #424242. Windows color (decimal): -11191993 or 4667733. OLE color: 4667733.

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

Color convert

RGB855771-
CMYK00.330.160.67
HSL330º19.72%27.84%-
HSV(B)330º32.94%33.33%-
XYZ6.355.316.65-
YUV66.97130.28140.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=39.91%
G=26.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85577100.330.160.6733019.7227.84
Hex553947021104314a141c
Octal12571107041201035122434
Binary1010101111001100011101000011000010000111010010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553947; }

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

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

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

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

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

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

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

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