Html Css Color HEX #49312E Espresso

📋 copy color: '#49312E'

red 73 ◦ green 49 ◦ blue 46

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

Shades of Espresso #49312E

Tints of Espresso #49312E

RGB

 RED value IS 73 (28.91% from 255) = 43.45%

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

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

R = 43.45%
G = 29.17%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49312E (or 0x49312E) is known color: Espresso. HEX triplet: 49, 31 and 2E. RGB value is (73,49,46). Sum of RGB (Red+Green+Blue) = 73+49+46=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49312E is #B6CED1. Grayscale: #373737. Windows color (decimal): -11980498 or 3027273. OLE color: 3027273.

HSL color Cylindrical-coordinate representation of color #49312E: hue angle of 6.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49312E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 46 -
CMYK 0 0.33 0.37 0.71
HSL 6.67º 0.23% 0.23% -
HSV(B) 6.67º 0.37% 0.29% -
XYZ 4.34 3.81 3.09 -
YUV 55.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 73 49 46 0 0.33 0.37 0.71 6.67 0.23 0.23
Hex 49 31 2E 0 21 25 47 7 17 17
Octal 111 61 56 0 41 45 107 7 27 27
Binary 1001001 110001 101110 0 100001 100101 1000111 111 10111 10111

Color Harmonies of #49312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49312E

Black with #49312E

Text Example


Text Example

White with #49312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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