#50312E

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

Shades of Espresso #50312E

Tints of Espresso #50312E

Color information

#50312E (or 0x50312E) is unknown color: approx Espresso. HEX triplet: 50, 31 and 2E. RGB value is (80,49,46). Sum of RGB (Red+Green+Blue) = 80+49+46=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312E is #AFCED1. Grayscale: #393939. Windows color (decimal): -11521746 or 3027280. OLE color: 3027280.

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

Color convert

RGB804946-
CMYK00.390.420.69
HSL5.29º26.98%24.71%-
HSV(B)5.29º42.5%31.37%-
XYZ4.94.13.12-
YUV57.93121.27143.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=45.71%
G=28%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80494600.390.420.695.2926.9824.71
Hex50312E0272A4551b19
Octal12061560475210553331
Binary1010000110001101110010011110101010001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50312E; }

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

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

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

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

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

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

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

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