#503331

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

Shades of Espresso #503331

Tints of Espresso #503331

Color information

#503331 (or 0x503331) is unknown color: approx Espresso. HEX triplet: 50, 33 and 31. RGB value is (80,51,49). Sum of RGB (Red+Green+Blue) = 80+51+49=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503331 is #AFCCCE. Grayscale: #3B3B3B. Windows color (decimal): -11521231 or 3224400. OLE color: 3224400.

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

Color convert

RGB805149-
CMYK00.360.390.69
HSL3.87º24.03%25.29%-
HSV(B)3.87º38.75%31.37%-
XYZ5.054.293.47-
YUV59.44122.11142.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=44.44%
G=28.33%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80514900.360.390.693.8724.0325.29
Hex503331024274541819
Octal12063610444710543031
Binary1010000110011110001010010010011110001011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503331; }

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

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

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

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

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

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

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

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