#5D4956

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

Shades of Liver #5D4956

Tints of Liver #5D4956

Color information

#5D4956 (or 0x5D4956) is unknown color: approx Liver. HEX triplet: 5D, 49 and 56. RGB value is (93,73,86). Sum of RGB (Red+Green+Blue) = 93+73+86=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4956 is #A2B6A9. Grayscale: #505050. Windows color (decimal): -10663594 or 5654877. OLE color: 5654877.

HSL color Cylindrical-coordinate representation of color #5D4956: hue angle of 321º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D4956 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB937386-
CMYK00.220.080.64
HSL321º12.05%32.55%-
HSV(B)321º21.51%36.47%-
XYZ8.587.769.85-
YUV80.46131.13136.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=36.90%
G=28.97%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93738600.220.080.6432112.0532.55
Hex5D4956016840141c21
Octal135111126026101005011441
Binary101110110010011010110010110100010000001010000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4956; }

 p { color: rgb(93,73,86); }

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

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

 a { background-color: rgb(93,73,86); }

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

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

 span { border-color: rgb(93,73,86); }

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