#502C24

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

Shades of Espresso #502C24

Tints of Espresso #502C24

Color information

#502C24 (or 0x502C24) is unknown color: approx Espresso. HEX triplet: 50, 2C and 24. RGB value is (80,44,36). Sum of RGB (Red+Green+Blue) = 80+44+36=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C24 is #AFD3DB. Grayscale: #353535. Windows color (decimal): -11523036 or 2370640. OLE color: 2370640.

HSL color Cylindrical-coordinate representation of color #502C24: hue angle of 10.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502C24 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB804436-
CMYK00.450.550.69
HSL10.91º37.93%22.75%-
HSV(B)10.91º55%31.37%-
XYZ4.533.632.13-
YUV53.85117.93146.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=50%
G=27.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80443600.450.550.6910.9137.9322.75
Hex502C2402D3745b2617
Octal120544405567105134627
Binary101000010110010010001011011101111000101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,36); }

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

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

 a { background-color: rgb(80,44,36); }

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

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

 span { border-color: rgb(80,44,36); }

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