Html Css Color HEX #51464C Liver

📋 copy color: '#51464C'

red 81 ◦ green 70 ◦ blue 76

#51464C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #51464C

Tints of Liver #51464C

RGB

 RED value IS 81 (32.03% from 255) = 35.68%

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 35.68%
G = 30.84%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51464C (or 0x51464C) is known color: Liver. HEX triplet: 51, 46 and 4C. RGB value is (81,70,76). Sum of RGB (Red+Green+Blue) = 81+70+76=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #51464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51464C is #AEB9B3. Grayscale: #494949. Windows color (decimal): -11450804 or 4998737. OLE color: 4998737.

HSL color Cylindrical-coordinate representation of color #51464C: hue angle of 327.27º 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 #51464C is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 76 -
CMYK 0 0.14 0.06 0.68
HSL 327.27º 0.07% 0.3% -
HSV(B) 327.27º 0.14% 0.32% -
XYZ 6.89 6.65 7.76 -
YUV 73.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 81 70 76 0 0.14 0.06 0.68 327.27 0.07 0.3
Hex 51 46 4C 0 E 6 44 147 7 1E
Octal 121 106 114 0 16 6 104 507 7 36
Binary 1010001 1000110 1001100 0 1110 110 1000100 101000111 111 11110

Color Harmonies of #51464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51464C

Black with #51464C

Text Example


Text Example

White with #51464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51464C;
 }
 .AnyTagClassName
 {
   color: #51464C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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