#51474B

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

Shades of Liver #51474B

Tints of Liver #51474B

Color information

#51474B (or 0x51474B) is unknown color: approx Liver. HEX triplet: 51, 47 and 4B. RGB value is (81,71,75). Sum of RGB (Red+Green+Blue) = 81+71+75=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #51474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51474B is #AEB8B4. Grayscale: #4A4A4A. Windows color (decimal): -11450549 or 4933457. OLE color: 4933457.

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

Color convert

RGB817175-
CMYK00.120.070.68
HSL336º6.58%29.8%-
HSV(B)336º12.35%31.76%-
XYZ6.926.767.6-
YUV74.45128.31132.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=35.68%
G=31.28%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81717500.120.070.683366.5829.8
Hex51474B0C74415071e
Octal1211071130147104520736
Binary10100011000111100101101100111100010010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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