#50352D

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

Shades of Espresso #50352D

Tints of Espresso #50352D

Color information

#50352D (or 0x50352D) is unknown color: approx Espresso. HEX triplet: 50, 35 and 2D. RGB value is (80,53,45). Sum of RGB (Red+Green+Blue) = 80+53+45=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50352D is #AFCAD2. Grayscale: #3C3C3C. Windows color (decimal): -11520723 or 2962768. OLE color: 2962768.

HSL color Cylindrical-coordinate representation of color #50352D: hue angle of 13.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50352D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB805345-
CMYK00.340.440.69
HSL13.71º28%24.51%-
HSV(B)13.71º43.75%31.37%-
XYZ5.064.443.07-
YUV60.16119.45142.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=44.94%
G=29.78%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80534500.340.440.6913.712824.51
Hex50352D0222C45e1c19
Octal120655504254105163431
Binary10100001101011011010100010101100100010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50352D; }

 p { color: rgb(80,53,45); }

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

<style>
 a { background-color: #50352D; }

 a { background-color: rgb(80,53,45); }

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

<style>
 span { border-color: #50352D; }

 span { border-color: rgb(80,53,45); }

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