#503F45

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

Shades of Liver #503F45

Tints of Liver #503F45

Color information

#503F45 (or 0x503F45) is unknown color: approx Liver. HEX triplet: 50, 3F and 45. RGB value is (80,63,69). Sum of RGB (Red+Green+Blue) = 80+63+69=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #503F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F45 is #AFC0BA. Grayscale: #444444. Windows color (decimal): -11518139 or 4538192. OLE color: 4538192.

HSL color Cylindrical-coordinate representation of color #503F45: hue angle of 338.82º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F45 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB806369-
CMYK00.210.140.69
HSL338.82º11.89%28.04%-
HSV(B)338.82º21.25%31.37%-
XYZ6.165.696.4-
YUV68.77128.13136.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=37.74%
G=29.72%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80636900.210.140.69338.8211.8928.04
Hex503F45015E45153c1c
Octal12077105025161055231434
Binary1010000111111100010101010111101000101101010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503F45; }

 p { color: rgb(80,63,69); }

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

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

 a { background-color: rgb(80,63,69); }

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

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

 span { border-color: rgb(80,63,69); }

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