#51312B

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

Shades of Espresso #51312B

Tints of Espresso #51312B

Color information

#51312B (or 0x51312B) is unknown color: approx Espresso. HEX triplet: 51, 31 and 2B. RGB value is (81,49,43). Sum of RGB (Red+Green+Blue) = 81+49+43=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51312B is #AECED4. Grayscale: #393939. Windows color (decimal): -11456213 or 2830673. OLE color: 2830673.

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

Color convert

RGB814943-
CMYK00.400.470.68
HSL9.47º30.65%24.31%-
HSV(B)9.47º46.91%31.76%-
XYZ4.934.122.82-
YUV57.88119.6144.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=46.82%
G=28.32%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81494300.400.470.689.4730.6524.31
Hex51312B0282F4491f18
Octal121615305057104113730
Binary10100011100011010110101000101111100010010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51312B; }

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

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

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

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

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

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

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

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