Html Css Color HEX #51312E Espresso

📋 copy color: '#51312E'

red 81 ◦ green 49 ◦ blue 46

#51312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #51312E

Tints of Espresso #51312E

RGB

 RED value IS 81 (32.03% from 255) = 46.02%

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 46.02%
G = 27.84%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51312E (or 0x51312E) is known color: Espresso. HEX triplet: 51, 31 and 2E. RGB value is (81,49,46). Sum of RGB (Red+Green+Blue) = 81+49+46=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51312E is #AECED1. Grayscale: #3A3A3A. Windows color (decimal): -11456210 or 3027281. OLE color: 3027281.

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

Color convert

RGB 81 49 46 -
CMYK 0 0.40 0.43 0.68
HSL 5.14º 0.28% 0.25% -
HSV(B) 5.14º 0.43% 0.32% -
XYZ 4.98 4.14 3.12 -
YUV 58.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 81 49 46 0 0.40 0.43 0.68 5.14 0.28 0.25
Hex 51 31 2E 0 28 2B 44 5 1C 19
Octal 121 61 56 0 50 53 104 5 34 31
Binary 1010001 110001 101110 0 101000 101011 1000100 101 11100 11001

Color Harmonies of #51312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51312E

Black with #51312E

Text Example


Text Example

White with #51312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51312E;
 }
 .AnyTagClassName
 {
   color: #51312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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