#51312A

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

Shades of Espresso #51312A

Tints of Espresso #51312A

Color information

#51312A (or 0x51312A) is unknown color: approx Espresso. HEX triplet: 51, 31 and 2A. RGB value is (81,49,42). Sum of RGB (Red+Green+Blue) = 81+49+42=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51312A is #AECED5. Grayscale: #393939. Windows color (decimal): -11456214 or 2765137. OLE color: 2765137.

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

Color convert

RGB814942-
CMYK00.400.480.68
HSL10.77º31.71%24.12%-
HSV(B)10.77º48.15%31.76%-
XYZ4.914.112.73-
YUV57.77119.1144.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=47.09%
G=28.49%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81494200.400.480.6810.7731.7124.12
Hex51312A0283044b2018
Octal121615205060104134030
Binary101000111000110101001010001100001000100101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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