#502B25

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

Shades of Espresso #502B25

Tints of Espresso #502B25

Color information

#502B25 (or 0x502B25) is unknown color: approx Espresso. HEX triplet: 50, 2B and 25. RGB value is (80,43,37). Sum of RGB (Red+Green+Blue) = 80+43+37=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B25 is #AFD4DA. Grayscale: #353535. Windows color (decimal): -11523291 or 2435920. OLE color: 2435920.

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

Color convert

RGB804337-
CMYK00.460.540.69
HSL8.37º36.75%22.94%-
HSV(B)8.37º53.75%31.37%-
XYZ4.513.572.2-
YUV53.38118.76146.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=50%
G=26.88%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80433700.460.540.698.3736.7522.94
Hex502B2502E364582517
Octal120534505666105104527
Binary101000010101110010101011101101101000101100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,37); }

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

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

 a { background-color: rgb(80,43,37); }

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

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

 span { border-color: rgb(80,43,37); }

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