#504348

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

Shades of Liver #504348

Tints of Liver #504348

Color information

#504348 (or 0x504348) is unknown color: approx Liver. HEX triplet: 50, 43 and 48. RGB value is (80,67,72). Sum of RGB (Red+Green+Blue) = 80+67+72=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504348 is #AFBCB7. Grayscale: #474747. Windows color (decimal): -11517112 or 4735824. OLE color: 4735824.

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

Color convert

RGB806772-
CMYK00.160.100.69
HSL336.92º8.84%28.82%-
HSV(B)336.92º16.25%31.37%-
XYZ6.496.196.98-
YUV71.46128.31134.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=36.53%
G=30.59%
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.69
SystemRedGreenBlueCMYKHSL
Decimal80677200.160.100.69336.928.8428.82
Hex504348010A4515191d
Octal120103110020121055211135
Binary10100001000011100100001000010101000101101010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504348; }

 p { color: rgb(80,67,72); }

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

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

 a { background-color: rgb(80,67,72); }

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

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

 span { border-color: rgb(80,67,72); }

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