#5D4751

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

Shades of Liver #5D4751

Tints of Liver #5D4751

Color information

#5D4751 (or 0x5D4751) is unknown color: approx Liver. HEX triplet: 5D, 47 and 51. RGB value is (93,71,81). Sum of RGB (Red+Green+Blue) = 93+71+81=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4751 is #A2B8AE. Grayscale: #4E4E4E. Windows color (decimal): -10664111 or 5326685. OLE color: 5326685.

HSL color Cylindrical-coordinate representation of color #5D4751: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D4751 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB937181-
CMYK00.240.130.64
HSL332.73º13.41%32.16%-
HSV(B)332.73º23.66%36.47%-
XYZ8.257.438.78-
YUV78.72129.29138.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=37.96%
G=28.98%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93718100.240.130.64332.7313.4132.16
Hex5D4751018D4014dd20
Octal135107121030151005151540
Binary101110110001111010001011000110110000001010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,81); }

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

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

 a { background-color: rgb(93,71,81); }

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

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

 span { border-color: rgb(93,71,81); }

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