#50312D

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

Shades of Espresso #50312D

Tints of Espresso #50312D

Color information

#50312D (or 0x50312D) is unknown color: approx Espresso. HEX triplet: 50, 31 and 2D. RGB value is (80,49,45). Sum of RGB (Red+Green+Blue) = 80+49+45=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312D is #AFCED2. Grayscale: #393939. Windows color (decimal): -11521747 or 2961744. OLE color: 2961744.

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

Color convert

RGB804945-
CMYK00.390.440.69
HSL6.86º28%24.51%-
HSV(B)6.86º43.75%31.37%-
XYZ4.884.093.02-
YUV57.81120.77143.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=45.98%
G=28.16%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80494500.390.440.696.862824.51
Hex50312D0272C4571c19
Octal12061550475410573431
Binary1010000110001101101010011110110010001011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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