#504148

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

Shades of Liver #504148

Tints of Liver #504148

Color information

#504148 (or 0x504148) is unknown color: approx Liver. HEX triplet: 50, 41 and 48. RGB value is (80,65,72). Sum of RGB (Red+Green+Blue) = 80+65+72=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504148 is #AFBEB7. Grayscale: #464646. Windows color (decimal): -11517624 or 4735312. OLE color: 4735312.

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

Color convert

RGB806572-
CMYK00.190.100.69
HSL332º10.34%28.43%-
HSV(B)332º18.75%31.37%-
XYZ6.375.956.94-
YUV70.28128.97134.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=36.87%
G=29.95%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80657200.190.100.6933210.3428.43
Hex504148013A4514ca1c
Octal120101110023121055141234
Binary10100001000001100100001001110101000101101001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504148; }

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

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

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

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

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

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

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

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