#51474C

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

Shades of Liver #51474C

Tints of Liver #51474C

Color information

#51474C (or 0x51474C) is unknown color: approx Liver. HEX triplet: 51, 47 and 4C. RGB value is (81,71,76). Sum of RGB (Red+Green+Blue) = 81+71+76=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51474C is #AEB8B3. Grayscale: #4A4A4A. Windows color (decimal): -11450548 or 4998993. OLE color: 4998993.

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

Color convert

RGB817176-
CMYK00.120.060.68
HSL330º6.58%29.8%-
HSV(B)330º12.35%31.76%-
XYZ6.956.787.78-
YUV74.56128.81132.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=35.53%
G=31.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81717600.120.060.683306.5829.8
Hex51474C0C64414a71e
Octal1211071140146104512736
Binary10100011000111100110001100110100010010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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