#513A47

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

Shades of Liver #513A47

Tints of Liver #513A47

Color information

#513A47 (or 0x513A47) is unknown color: approx Liver. HEX triplet: 51, 3A and 47. RGB value is (81,58,71). Sum of RGB (Red+Green+Blue) = 81+58+71=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #513A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A47 is #AEC5B8. Grayscale: #424242. Windows color (decimal): -11453881 or 4667985. OLE color: 4667985.

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

Color convert

RGB815871-
CMYK00.280.120.68
HSL326.09º16.55%27.25%-
HSV(B)326.09º28.4%31.76%-
XYZ6.045.236.65-
YUV66.36130.62138.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 71 (28.12% from 255) = 33.81%
R=38.57%
G=27.62%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81587100.280.120.68326.0916.5527.25
Hex513A4701CC44146111b
Octal12172107034141045062133
Binary10100011110101000111011100110010001001010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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