Html Css Color HEX #513E47 Liver

📋 copy color: '#513E47'

red 81 ◦ green 62 ◦ blue 71

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

Shades of Liver #513E47

Tints of Liver #513E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.97%

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 37.85%
G = 28.97%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#513E47 (or 0x513E47) is known color: Liver. HEX triplet: 51, 3E and 47. RGB value is (81,62,71). Sum of RGB (Red+Green+Blue) = 81+62+71=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #513E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E47 is #AEC1B8. Grayscale: #444444. Windows color (decimal): -11452857 or 4669009. OLE color: 4669009.

HSL color Cylindrical-coordinate representation of color #513E47: hue angle of 331.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #513E47 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 62 71 -
CMYK 0 0.23 0.12 0.68
HSL 331.58º 0.13% 0.28% -
HSV(B) 331.58º 0.23% 0.32% -
XYZ 6.25 5.65 6.72 -
YUV 68.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 81 62 71 0 0.23 0.12 0.68 331.58 0.13 0.28
Hex 51 3E 47 0 17 C 44 14C D 1C
Octal 121 76 107 0 27 14 104 514 15 34
Binary 1010001 111110 1000111 0 10111 1100 1000100 101001100 1101 11100

Color Harmonies of #513E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E47

Black with #513E47

Text Example


Text Example

White with #513E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513E47; }

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

 H1.HeaderClassName
 {
   color: #513E47;
 }
 .AnyTagClassName
 {
   color: #513E47;
 }
</style>

background-color css

<style>
 a { background-color: #513E47; }

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

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

border-color css

<style>
 span { border-color: #513E47; }

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

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