#513E46

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

Shades of Liver #513E46

Tints of Liver #513E46

Color information

#513E46 (or 0x513E46) is unknown color: approx Liver. HEX triplet: 51, 3E and 46. RGB value is (81,62,70). Sum of RGB (Red+Green+Blue) = 81+62+70=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E46 is #AEC1B9. Grayscale: #444444. Windows color (decimal): -11452858 or 4603473. OLE color: 4603473.

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

Color convert

RGB816270-
CMYK00.230.140.68
HSL334.74º13.29%28.04%-
HSV(B)334.74º23.46%31.76%-
XYZ6.225.646.55-
YUV68.59128.79136.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=38.03%
G=29.11%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81627000.230.140.68334.7413.2928.04
Hex513E46017E4414fd1c
Octal12176106027161045171534
Binary1010001111110100011001011111101000100101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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