#50302B

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

Shades of Espresso #50302B

Tints of Espresso #50302B

Color information

#50302B (or 0x50302B) is unknown color: approx Espresso. HEX triplet: 50, 30 and 2B. RGB value is (80,48,43). Sum of RGB (Red+Green+Blue) = 80+48+43=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50302B is #AFCFD4. Grayscale: #393939. Windows color (decimal): -11522005 or 2830416. OLE color: 2830416.

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

Color convert

RGB804843-
CMYK00.400.460.69
HSL8.11º30.08%24.12%-
HSV(B)8.11º46.25%31.37%-
XYZ4.83.992.8-
YUV57120.1144.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=46.78%
G=28.07%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80484300.400.460.698.1130.0824.12
Hex50302B0282E4581e18
Octal120605305056105103630
Binary10100001100001010110101000101110100010110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50302B; }

 p { color: rgb(80,48,43); }

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

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

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

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

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

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

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