#514349

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

Shades of Liver #514349

Tints of Liver #514349

Color information

#514349 (or 0x514349) is unknown color: approx Liver. HEX triplet: 51, 43 and 49. RGB value is (81,67,73). Sum of RGB (Red+Green+Blue) = 81+67+73=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514349 is #AEBCB6. Grayscale: #474747. Windows color (decimal): -11451575 or 4801361. OLE color: 4801361.

HSL color Cylindrical-coordinate representation of color #514349: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514349 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB816773-
CMYK00.170.100.68
HSL334.29º9.46%29.02%-
HSV(B)334.29º17.28%31.76%-
XYZ6.66.247.16-
YUV71.87128.64134.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=36.65%
G=30.32%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81677300.170.100.68334.299.4629.02
Hex514349011A4414e91d
Octal121103111021121045161135
Binary10100011000011100100101000110101000100101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514349; }

 p { color: rgb(81,67,73); }

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

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

 a { background-color: rgb(81,67,73); }

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

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

 span { border-color: rgb(81,67,73); }

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