#57444D

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

Shades of Liver #57444D

Tints of Liver #57444D

Color information

#57444D (or 0x57444D) is unknown color: approx Liver. HEX triplet: 57, 44 and 4D. RGB value is (87,68,77). Sum of RGB (Red+Green+Blue) = 87+68+77=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #57444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57444D is #A8BBB2. Grayscale: #4A4A4A. Windows color (decimal): -11058099 or 5063767. OLE color: 5063767.

HSL color Cylindrical-coordinate representation of color #57444D: hue angle of 331.58º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57444D is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB876877-
CMYK00.220.110.66
HSL331.58º12.26%30.39%-
HSV(B)331.58º21.84%34.12%-
XYZ7.346.77.93-
YUV74.71129.29136.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=37.5%
G=29.31%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687700.220.110.66331.5812.2630.39
Hex57444D016B4214cc1e
Octal127104115026131025141436
Binary10101111000100100110101011010111000010101001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57444D; }

 p { color: rgb(87,68,77); }

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

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

 a { background-color: rgb(87,68,77); }

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

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

 span { border-color: rgb(87,68,77); }

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