#514449

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

Shades of Liver #514449

Tints of Liver #514449

Color information

#514449 (or 0x514449) is unknown color: approx Liver. HEX triplet: 51, 44 and 49. RGB value is (81,68,73). Sum of RGB (Red+Green+Blue) = 81+68+73=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514449 is #AEBBB6. Grayscale: #484848. Windows color (decimal): -11451319 or 4801617. OLE color: 4801617.

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

Color convert

RGB816873-
CMYK00.160.100.68
HSL336.92º8.72%29.22%-
HSV(B)336.92º16.05%31.76%-
XYZ6.666.367.18-
YUV72.46128.31134.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=36.49%
G=30.63%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81687300.160.100.68336.928.7229.22
Hex514449010A4415191d
Octal121104111020121045211135
Binary10100011000100100100101000010101000100101010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514449; }

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

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

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

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

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

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

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

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