#50312F

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

Shades of Espresso #50312F

Tints of Espresso #50312F

Color information

#50312F (or 0x50312F) is unknown color: approx Espresso. HEX triplet: 50, 31 and 2F. RGB value is (80,49,47). Sum of RGB (Red+Green+Blue) = 80+49+47=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312F is #AFCED0. Grayscale: #3A3A3A. Windows color (decimal): -11521745 or 3092816. OLE color: 3092816.

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

Color convert

RGB804947-
CMYK00.390.410.69
HSL3.64º25.98%24.9%-
HSV(B)3.64º41.25%31.37%-
XYZ4.924.113.22-
YUV58.04121.77143.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=45.45%
G=27.84%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80494700.390.410.693.6425.9824.9
Hex50312F027294541a19
Octal12061570475110543231
Binary1010000110001101111010011110100110001011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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