#513131

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

Shades of Espresso #513131

Tints of Espresso #513131

Color information

#513131 (or 0x513131) is unknown color: approx Espresso. HEX triplet: 51, 31 and 31. RGB value is (81,49,49). Sum of RGB (Red+Green+Blue) = 81+49+49=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513131 is #AECECE. Grayscale: #3A3A3A. Windows color (decimal): -11456207 or 3223889. OLE color: 3223889.

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

Color convert

RGB814949-
CMYK00.400.400.68
HSL24.62%25.49%-
HSV(B)39.51%31.76%-
XYZ5.054.173.44-
YUV58.57122.6144-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=45.25%
G=27.37%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81494900.400.400.68024.6225.49
Hex513131028284401919
Octal12161610505010403131
Binary10100011100011100010101000101000100010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513131; }

 p { color: rgb(81,49,49); }

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

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

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

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

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

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

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