#503329

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

Shades of Espresso #503329

Tints of Espresso #503329

Color information

#503329 (or 0x503329) is unknown color: approx Espresso. HEX triplet: 50, 33 and 29. RGB value is (80,51,41). Sum of RGB (Red+Green+Blue) = 80+51+41=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503329 is #AFCCD6. Grayscale: #3A3A3A. Windows color (decimal): -11521239 or 2700112. OLE color: 2700112.

HSL color Cylindrical-coordinate representation of color #503329: hue angle of 15.38º 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 #503329 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB805141-
CMYK00.360.490.69
HSL15.38º32.23%23.73%-
HSV(B)15.38º48.75%31.37%-
XYZ4.894.232.66-
YUV58.53118.11143.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=46.51%
G=29.65%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80514100.360.490.6915.3832.2323.73
Hex5033290243145f2018
Octal120635104461105174030
Binary101000011001110100101001001100011000101111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503329; }

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

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

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

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

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

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

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

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