#503431

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

Shades of Espresso #503431

Tints of Espresso #503431

Color information

#503431 (or 0x503431) is unknown color: approx Espresso. HEX triplet: 50, 34 and 31. RGB value is (80,52,49). Sum of RGB (Red+Green+Blue) = 80+52+49=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503431 is #AFCBCE. Grayscale: #3C3C3C. Windows color (decimal): -11520975 or 3224656. OLE color: 3224656.

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

Color convert

RGB805249-
CMYK00.350.390.69
HSL5.81º24.03%25.29%-
HSV(B)5.81º38.75%31.37%-
XYZ5.094.383.48-
YUV60.03121.78142.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=44.20%
G=28.73%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80524900.350.390.695.8124.0325.29
Hex503431023274561819
Octal12064610434710563031
Binary1010000110100110001010001110011110001011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503431; }

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

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

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

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

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

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

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

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