#502D26

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

Shades of Espresso #502D26

Tints of Espresso #502D26

Color information

#502D26 (or 0x502D26) is unknown color: approx Espresso. HEX triplet: 50, 2D and 26. RGB value is (80,45,38). Sum of RGB (Red+Green+Blue) = 80+45+38=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D26 is #AFD2D9. Grayscale: #363636. Windows color (decimal): -11522778 or 2501968. OLE color: 2501968.

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

Color convert

RGB804538-
CMYK00.440.520.69
HSL10º35.59%23.14%-
HSV(B)10º52.5%31.37%-
XYZ4.63.722.31-
YUV54.67118.6146.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=49.08%
G=27.61%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80453800.440.520.691035.5923.14
Hex502D2602C3445a2417
Octal120554605464105124427
Binary101000010110110011001011001101001000101101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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