#502D28

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

Shades of Espresso #502D28

Tints of Espresso #502D28

Color information

#502D28 (or 0x502D28) is unknown color: approx Espresso. HEX triplet: 50, 2D and 28. RGB value is (80,45,40). Sum of RGB (Red+Green+Blue) = 80+45+40=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D28 is #AFD2D7. Grayscale: #363636. Windows color (decimal): -11522776 or 2633040. OLE color: 2633040.

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

Color convert

RGB804540-
CMYK00.440.50.69
HSL7.5º33.33%23.53%-
HSV(B)7.5º50%31.37%-
XYZ4.633.742.48-
YUV54.9119.6145.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=48.48%
G=27.27%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80454000.440.50.697.533.3323.53
Hex502D2802C324582118
Octal120555005462105104130
Binary101000010110110100001011001100101000101100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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