#5C4452

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

Shades of Liver #5C4452

Tints of Liver #5C4452

Color information

#5C4452 (or 0x5C4452) is unknown color: approx Liver. HEX triplet: 5C, 44 and 52. RGB value is (92,68,82). Sum of RGB (Red+Green+Blue) = 92+68+82=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4452 is #A3BBAD. Grayscale: #4C4C4C. Windows color (decimal): -10730414 or 5391452. OLE color: 5391452.

HSL color Cylindrical-coordinate representation of color #5C4452: hue angle of 325º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4452 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB926882-
CMYK00.260.110.64
HSL325º15%31.37%-
HSV(B)325º26.09%36.08%-
XYZ87.028.92-
YUV76.77130.95138.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=38.02%
G=28.10%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92688200.260.110.643251531.37
Hex5C445201AB40145f1f
Octal134104122032131005051737
Binary10111001000100101001001101010111000000101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,82); }

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

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

 a { background-color: rgb(92,68,82); }

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

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

 span { border-color: rgb(92,68,82); }

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