#50362F

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

Shades of Espresso #50362F

Tints of Espresso #50362F

Color information

#50362F (or 0x50362F) is unknown color: approx Espresso. HEX triplet: 50, 36 and 2F. RGB value is (80,54,47). Sum of RGB (Red+Green+Blue) = 80+54+47=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50362F is #AFC9D0. Grayscale: #3D3D3D. Windows color (decimal): -11520465 or 3094096. OLE color: 3094096.

HSL color Cylindrical-coordinate representation of color #50362F: hue angle of 12.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50362F is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB805447-
CMYK00.330.410.69
HSL12.73º25.98%24.9%-
HSV(B)12.73º41.25%31.37%-
XYZ5.144.553.3-
YUV60.98120.11141.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=44.20%
G=29.83%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80544700.330.410.6912.7325.9824.9
Hex50362F0212945d1a19
Octal120665704151105153231
Binary10100001101101011110100001101001100010111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50362F; }

 p { color: rgb(80,54,47); }

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

<style>
 a { background-color: #50362F; }

 a { background-color: rgb(80,54,47); }

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

<style>
 span { border-color: #50362F; }

 span { border-color: rgb(80,54,47); }

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