#50322A

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

Shades of Espresso #50322A

Tints of Espresso #50322A

Color information

#50322A (or 0x50322A) is unknown color: approx Espresso. HEX triplet: 50, 32 and 2A. RGB value is (80,50,42). Sum of RGB (Red+Green+Blue) = 80+50+42=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50322A is #AFCDD5. Grayscale: #3A3A3A. Windows color (decimal): -11521494 or 2765392. OLE color: 2765392.

HSL color Cylindrical-coordinate representation of color #50322A: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50322A is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB805042-
CMYK00.370.480.69
HSL12.63º31.15%23.92%-
HSV(B)12.63º47.5%31.37%-
XYZ4.874.152.74-
YUV58.06118.94143.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=46.51%
G=29.07%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80504200.370.480.6912.6331.1523.92
Hex50322A0253045d1f18
Octal120625204560105153730
Binary10100001100101010100100101110000100010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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