#51474D

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

Shades of Liver #51474D

Tints of Liver #51474D

Color information

#51474D (or 0x51474D) is unknown color: approx Liver. HEX triplet: 51, 47 and 4D. RGB value is (81,71,77). Sum of RGB (Red+Green+Blue) = 81+71+77=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #51474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51474D is #AEB8B2. Grayscale: #4A4A4A. Windows color (decimal): -11450547 or 5064529. OLE color: 5064529.

HSL color Cylindrical-coordinate representation of color #51474D: hue angle of 324º 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 #51474D is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB817177-
CMYK00.120.050.68
HSL324º6.58%29.8%-
HSV(B)324º12.35%31.76%-
XYZ6.996.797.96-
YUV74.67129.31132.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=35.37%
G=31.00%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81717700.120.050.683246.5829.8
Hex51474D0C54414471e
Octal1211071150145104504736
Binary10100011000111100110101100101100010010100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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