#502A26

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

Shades of Espresso #502A26

Tints of Espresso #502A26

Color information

#502A26 (or 0x502A26) is unknown color: approx Espresso. HEX triplet: 50, 2A and 26. RGB value is (80,42,38). Sum of RGB (Red+Green+Blue) = 80+42+38=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A26 is #AFD5D9. Grayscale: #343434. Windows color (decimal): -11523546 or 2501200. OLE color: 2501200.

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

Color convert

RGB804238-
CMYK00.480.520.69
HSL5.71º35.59%23.14%-
HSV(B)5.71º52.5%31.37%-
XYZ4.493.52.27-
YUV52.91119.59147.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=50%
G=26.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80423800.480.520.695.7135.5923.14
Hex502A26030344562417
Octal12052460606410564427
Binary10100001010101001100110000110100100010111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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