Html Css Color HEX #513D47 Liver

📋 copy color: '#513D47'

red 81 ◦ green 61 ◦ blue 71

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

Shades of Liver #513D47

Tints of Liver #513D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.64%

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

R = 38.03%
G = 28.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#513D47 (or 0x513D47) is known color: Liver. HEX triplet: 51, 3D and 47. RGB value is (81,61,71). Sum of RGB (Red+Green+Blue) = 81+61+71=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D47 is #AEC2B8. Grayscale: #444444. Windows color (decimal): -11453113 or 4668753. OLE color: 4668753.

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

Color convert

RGB 81 61 71 -
CMYK 0 0.25 0.12 0.68
HSL 330º 0.14% 0.28% -
HSV(B) 330º 0.25% 0.32% -
XYZ 6.2 5.54 6.7 -
YUV 68.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 81 61 71 0 0.25 0.12 0.68 330 0.14 0.28
Hex 51 3D 47 0 19 C 44 14A E 1C
Octal 121 75 107 0 31 14 104 512 16 34
Binary 1010001 111101 1000111 0 11001 1100 1000100 101001010 1110 11100

Color Harmonies of #513D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D47

Black with #513D47

Text Example


Text Example

White with #513D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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