#50342E

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

Shades of Espresso #50342E

Tints of Espresso #50342E

Color information

#50342E (or 0x50342E) is unknown color: approx Espresso. HEX triplet: 50, 34 and 2E. RGB value is (80,52,46). Sum of RGB (Red+Green+Blue) = 80+52+46=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50342E is #AFCBD1. Grayscale: #3B3B3B. Windows color (decimal): -11520978 or 3028048. OLE color: 3028048.

HSL color Cylindrical-coordinate representation of color #50342E: hue angle of 10.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50342E is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB805246-
CMYK00.350.420.69
HSL10.59º26.98%24.71%-
HSV(B)10.59º42.5%31.37%-
XYZ5.034.363.16-
YUV59.69120.28142.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=44.94%
G=29.21%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80524600.350.420.6910.5926.9824.71
Hex50342E0232A45b1b19
Octal120645604352105133331
Binary10100001101001011100100011101010100010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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