#503E45

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

Shades of Liver #503E45

Tints of Liver #503E45

Color information

#503E45 (or 0x503E45) is unknown color: approx Liver. HEX triplet: 50, 3E and 45. RGB value is (80,62,69). Sum of RGB (Red+Green+Blue) = 80+62+69=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E45 is #AFC1BA. Grayscale: #444444. Windows color (decimal): -11518395 or 4537936. OLE color: 4537936.

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

Color convert

RGB806269-
CMYK00.220.140.69
HSL336.67º12.68%27.84%-
HSV(B)336.67º22.5%31.37%-
XYZ6.115.586.39-
YUV68.18128.46136.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=37.91%
G=29.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80626900.220.140.69336.6712.6827.84
Hex503E45016E45151d1c
Octal12076105026161055211534
Binary1010000111110100010101011011101000101101010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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