#553948

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

Shades of Liver #553948

Tints of Liver #553948

Color information

#553948 (or 0x553948) is unknown color: approx Liver. HEX triplet: 55, 39 and 48. RGB value is (85,57,72). Sum of RGB (Red+Green+Blue) = 85+57+72=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553948 is #AAC6B7. Grayscale: #434343. Windows color (decimal): -11191992 or 4733269. OLE color: 4733269.

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

Color convert

RGB855772-
CMYK00.330.150.67
HSL327.86º19.72%27.84%-
HSV(B)327.86º32.94%33.33%-
XYZ6.385.336.82-
YUV67.08130.78140.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=39.72%
G=26.64%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85577200.330.150.67327.8619.7227.84
Hex553948021F43148141c
Octal12571110041171035102434
Binary101010111100110010000100001111110000111010010001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553948; }

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

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

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

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

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

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

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

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