#50342B

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

Shades of Espresso #50342B

Tints of Espresso #50342B

Color information

#50342B (or 0x50342B) is unknown color: approx Espresso. HEX triplet: 50, 34 and 2B. RGB value is (80,52,43). Sum of RGB (Red+Green+Blue) = 80+52+43=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50342B is #AFCBD4. Grayscale: #3B3B3B. Windows color (decimal): -11520981 or 2831440. OLE color: 2831440.

HSL color Cylindrical-coordinate representation of color #50342B: hue angle of 14.59º 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 #50342B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB805243-
CMYK00.350.460.69
HSL14.59º30.08%24.12%-
HSV(B)14.59º46.25%31.37%-
XYZ4.974.342.86-
YUV59.35118.78142.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=45.71%
G=29.71%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80524300.350.460.6914.5930.0824.12
Hex50342B0232E45f1e18
Octal120645304356105173630
Binary10100001101001010110100011101110100010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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