#514549

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

Shades of Liver #514549

Tints of Liver #514549

Color information

#514549 (or 0x514549) is unknown color: approx Liver. HEX triplet: 51, 45 and 49. RGB value is (81,69,73). Sum of RGB (Red+Green+Blue) = 81+69+73=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514549 is #AEBAB6. Grayscale: #494949. Windows color (decimal): -11451063 or 4801873. OLE color: 4801873.

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

Color convert

RGB816973-
CMYK00.150.100.68
HSL340º8%29.41%-
HSV(B)340º14.81%31.76%-
XYZ6.726.497.2-
YUV73.04127.98133.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=36.32%
G=30.94%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81697300.150.100.68340829.41
Hex5145490FA4415481d
Octal121105111017121045241035
Binary1010001100010110010010111110101000100101010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514549; }

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

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

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

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

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

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

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

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