#503131

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

Shades of Espresso #503131

Tints of Espresso #503131

Color information

#503131 (or 0x503131) is unknown color: approx Espresso. HEX triplet: 50, 31 and 31. RGB value is (80,49,49). Sum of RGB (Red+Green+Blue) = 80+49+49=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503131 is #AFCECE. Grayscale: #3A3A3A. Windows color (decimal): -11521743 or 3223888. OLE color: 3223888.

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

Color convert

RGB804949-
CMYK00.390.390.69
HSL24.03%25.29%-
HSV(B)38.75%31.37%-
XYZ4.964.123.44-
YUV58.27122.77143.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=44.94%
G=27.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80494900.390.390.69024.0325.29
Hex503131027274501819
Octal12061610474710503031
Binary10100001100011100010100111100111100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503131; }

 p { color: rgb(80,49,49); }

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

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

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

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

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

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

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