#50302C

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

Shades of Espresso #50302C

Tints of Espresso #50302C

Color information

#50302C (or 0x50302C) is unknown color: approx Espresso. HEX triplet: 50, 30 and 2C. RGB value is (80,48,44). Sum of RGB (Red+Green+Blue) = 80+48+44=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50302C is #AFCFD3. Grayscale: #393939. Windows color (decimal): -11522004 or 2895952. OLE color: 2895952.

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

Color convert

RGB804844-
CMYK00.400.450.69
HSL6.67º29.03%24.31%-
HSV(B)6.67º45%31.37%-
XYZ4.8242.9-
YUV57.11120.6144.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80484400.400.450.696.6729.0324.31
Hex50302C0282D4571d18
Octal12060540505510573530
Binary1010000110000101100010100010110110001011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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