#502F2E

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

Shades of Espresso #502F2E

Tints of Espresso #502F2E

Color information

#502F2E (or 0x502F2E) is unknown color: approx Espresso. HEX triplet: 50, 2F and 2E. RGB value is (80,47,46). Sum of RGB (Red+Green+Blue) = 80+47+46=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F2E is #AFD0D1. Grayscale: #383838. Windows color (decimal): -11522258 or 3026768. OLE color: 3026768.

HSL color Cylindrical-coordinate representation of color #502F2E: hue angle of 1.76º 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 #502F2E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB804746-
CMYK00.410.420.69
HSL1.76º26.98%24.71%-
HSV(B)1.76º42.5%31.37%-
XYZ4.823.943.09-
YUV56.75121.93144.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=46.24%
G=27.17%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80474600.410.420.691.7626.9824.71
Hex502F2E0292A4521b19
Octal12057560515210523331
Binary101000010111110111001010011010101000101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F2E; }

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

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

<style>
 a { background-color: #502F2E; }

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

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

<style>
 span { border-color: #502F2E; }

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

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