#51464D

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

Shades of Liver #51464D

Tints of Liver #51464D

Color information

#51464D (or 0x51464D) is unknown color: approx Liver. HEX triplet: 51, 46 and 4D. RGB value is (81,70,77). Sum of RGB (Red+Green+Blue) = 81+70+77=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51464D is #AEB9B2. Grayscale: #4A4A4A. Windows color (decimal): -11450803 or 5064273. OLE color: 5064273.

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

Color convert

RGB817077-
CMYK00.140.050.68
HSL321.82º7.28%29.61%-
HSV(B)321.82º13.58%31.76%-
XYZ6.926.677.94-
YUV74.09129.64132.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=35.53%
G=30.70%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81707700.140.050.68321.827.2829.61
Hex51464D0E54414271e
Octal1211061150165104502736
Binary10100011000110100110101110101100010010100001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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