#503C48

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

Shades of Liver #503C48

Tints of Liver #503C48

Color information

#503C48 (or 0x503C48) is unknown color: approx Liver. HEX triplet: 50, 3C and 48. RGB value is (80,60,72). Sum of RGB (Red+Green+Blue) = 80+60+72=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #503C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C48 is #AFC3B7. Grayscale: #434343. Windows color (decimal): -11518904 or 4734032. OLE color: 4734032.

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

Color convert

RGB806072-
CMYK00.250.100.69
HSL324º14.29%27.45%-
HSV(B)324º25%31.37%-
XYZ6.095.416.85-
YUV67.35130.63137.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=37.74%
G=28.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80607200.250.100.6932414.2927.45
Hex503C48019A45144e1b
Octal12074110031121055041633
Binary1010000111100100100001100110101000101101000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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