Html Css Color HEX #51484D Liver

📋 copy color: '#51484D'

red 81 ◦ green 72 ◦ blue 77

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

Shades of Liver #51484D

Tints of Liver #51484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 35.22%
G = 31.3%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51484D (or 0x51484D) is known color: Liver. HEX triplet: 51, 48 and 4D. RGB value is (81,72,77). Sum of RGB (Red+Green+Blue) = 81+72+77=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #51484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51484D is #AEB7B2. Grayscale: #4B4B4B. Windows color (decimal): -11450291 or 5064785. OLE color: 5064785.

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

Color convert

RGB 81 72 77 -
CMYK 0 0.11 0.05 0.68
HSL 326.67º 0.06% 0.3% -
HSV(B) 326.67º 0.11% 0.32% -
XYZ 7.05 6.92 7.99 -
YUV 75.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 81 72 77 0 0.11 0.05 0.68 326.67 0.06 0.3
Hex 51 48 4D 0 B 5 44 147 6 1E
Octal 121 110 115 0 13 5 104 507 6 36
Binary 1010001 1001000 1001101 0 1011 101 1000100 101000111 110 11110

Color Harmonies of #51484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51484D

Black with #51484D

Text Example


Text Example

White with #51484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51484D;
 }
 .AnyTagClassName
 {
   color: #51484D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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