#503029

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

Shades of Espresso #503029

Tints of Espresso #503029

Color information

#503029 (or 0x503029) is unknown color: approx Espresso. HEX triplet: 50, 30 and 29. RGB value is (80,48,41). Sum of RGB (Red+Green+Blue) = 80+48+41=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503029 is #AFCFD6. Grayscale: #383838. Windows color (decimal): -11522007 or 2699344. OLE color: 2699344.

HSL color Cylindrical-coordinate representation of color #503029: hue angle of 10.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503029 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB804841-
CMYK00.400.490.69
HSL10.77º32.23%23.73%-
HSV(B)10.77º48.75%31.37%-
XYZ4.773.982.61-
YUV56.77119.1144.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=47.34%
G=28.40%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80484100.400.490.6910.7732.2323.73
Hex5030290283145b2018
Octal120605105061105134030
Binary101000011000010100101010001100011000101101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503029; }

 p { color: rgb(80,48,41); }

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

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

 a { background-color: rgb(80,48,41); }

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

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

 span { border-color: rgb(80,48,41); }

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