#502D24

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

Shades of Espresso #502D24

Tints of Espresso #502D24

Color information

#502D24 (or 0x502D24) is unknown color: approx Espresso. HEX triplet: 50, 2D and 24. RGB value is (80,45,36). Sum of RGB (Red+Green+Blue) = 80+45+36=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D24 is #AFD2DB. Grayscale: #363636. Windows color (decimal): -11522780 or 2370896. OLE color: 2370896.

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

Color convert

RGB804536-
CMYK00.440.550.69
HSL12.27º37.93%22.75%-
HSV(B)12.27º55%31.37%-
XYZ4.573.712.14-
YUV54.44117.6146.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=49.69%
G=27.95%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80453600.440.550.6912.2737.9322.75
Hex502D2402C3745c2617
Octal120554405467105144627
Binary101000010110110010001011001101111000101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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