#502F29

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

Shades of Espresso #502F29

Tints of Espresso #502F29

Color information

#502F29 (or 0x502F29) is unknown color: approx Espresso. HEX triplet: 50, 2F and 29. RGB value is (80,47,41). Sum of RGB (Red+Green+Blue) = 80+47+41=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F29 is #AFD0D6. Grayscale: #383838. Windows color (decimal): -11522263 or 2699088. OLE color: 2699088.

HSL color Cylindrical-coordinate representation of color #502F29: hue angle of 9.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502F29 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB804741-
CMYK00.410.490.69
HSL9.23º32.23%23.73%-
HSV(B)9.23º48.75%31.37%-
XYZ4.733.92.6-
YUV56.18119.43144.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=47.62%
G=27.98%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80474100.410.490.699.2332.2323.73
Hex502F29029314592018
Octal120575105161105114030
Binary101000010111110100101010011100011000101100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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