#5C374D

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

Shades of Liver #5C374D

Tints of Liver #5C374D

Color information

#5C374D (or 0x5C374D) is unknown color: approx Liver. HEX triplet: 5C, 37 and 4D. RGB value is (92,55,77). Sum of RGB (Red+Green+Blue) = 92+55+77=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C374D is #A3C8B2. Grayscale: #444444. Windows color (decimal): -10733747 or 5060444. OLE color: 5060444.

HSL color Cylindrical-coordinate representation of color #5C374D: hue angle of 324.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C374D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB925577-
CMYK00.400.160.64
HSL324.32º25.17%28.82%-
HSV(B)324.32º40.22%36.08%-
XYZ7.125.547.72-
YUV68.57132.76144.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.07%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=41.07%
G=24.55%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92557700.400.160.64324.3225.1728.82
Hex5C374D0281040144191d
Octal13467115050201005043135
Binary1011100110111100110101010001000010000001010001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,55,77); }

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

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

 a { background-color: rgb(92,55,77); }

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

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

 span { border-color: rgb(92,55,77); }

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