#51444C

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

Shades of Liver #51444C

Tints of Liver #51444C

Color information

#51444C (or 0x51444C) is unknown color: approx Liver. HEX triplet: 51, 44 and 4C. RGB value is (81,68,76). Sum of RGB (Red+Green+Blue) = 81+68+76=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51444C is #AEBBB3. Grayscale: #484848. Windows color (decimal): -11451316 or 4998225. OLE color: 4998225.

HSL color Cylindrical-coordinate representation of color #51444C: hue angle of 323.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51444C is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB816876-
CMYK00.160.060.68
HSL323.08º8.72%29.22%-
HSV(B)323.08º16.05%31.76%-
XYZ6.766.417.72-
YUV72.8129.81133.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=36%
G=30.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81687600.160.060.68323.088.7229.22
Hex51444C01064414391d
Octal12110411402061045031135
Binary1010001100010010011000100001101000100101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51444C; }

 p { color: rgb(81,68,76); }

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

<style>
 a { background-color: #51444C; }

 a { background-color: rgb(81,68,76); }

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

<style>
 span { border-color: #51444C; }

 span { border-color: rgb(81,68,76); }

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