#502D2A

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

Shades of Espresso #502D2A

Tints of Espresso #502D2A

Color information

#502D2A (or 0x502D2A) is unknown color: approx Espresso. HEX triplet: 50, 2D and 2A. RGB value is (80,45,42). Sum of RGB (Red+Green+Blue) = 80+45+42=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D2A is #AFD2D5. Grayscale: #373737. Windows color (decimal): -11522774 or 2764112. OLE color: 2764112.

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

Color convert

RGB804542-
CMYK00.440.480.69
HSL4.74º31.15%23.92%-
HSV(B)4.74º47.5%31.37%-
XYZ4.663.752.67-
YUV55.12120.6145.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=47.90%
G=26.95%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80454200.440.480.694.7431.1523.92
Hex502D2A02C304551f18
Octal12055520546010553730
Binary1010000101101101010010110011000010001011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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