#50322D

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

Shades of Espresso #50322D

Tints of Espresso #50322D

Color information

#50322D (or 0x50322D) is unknown color: approx Espresso. HEX triplet: 50, 32 and 2D. RGB value is (80,50,45). Sum of RGB (Red+Green+Blue) = 80+50+45=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50322D is #AFCDD2. Grayscale: #3A3A3A. Windows color (decimal): -11521491 or 2962000. OLE color: 2962000.

HSL color Cylindrical-coordinate representation of color #50322D: hue angle of 8.57º 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 #50322D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB805045-
CMYK00.370.440.69
HSL8.57º28%24.51%-
HSV(B)8.57º43.75%31.37%-
XYZ4.924.183.03-
YUV58.4120.44143.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=45.71%
G=28.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80504500.370.440.698.572824.51
Hex50322D0252C4591c19
Octal120625504554105113431
Binary10100001100101011010100101101100100010110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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