Html Css Color HEX #49302D Espresso

📋 copy color: '#49302D'

red 73 ◦ green 48 ◦ blue 45

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

Shades of Espresso #49302D

Tints of Espresso #49302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 43.98%
G = 28.92%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49302D (or 0x49302D) is known color: Espresso. HEX triplet: 49, 30 and 2D. RGB value is (73,48,45). Sum of RGB (Red+Green+Blue) = 73+48+45=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49302D is #B6CFD2. Grayscale: #373737. Windows color (decimal): -11980755 or 2961481. OLE color: 2961481.

HSL color Cylindrical-coordinate representation of color #49302D: hue angle of 6.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49302D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 45 -
CMYK 0 0.34 0.38 0.71
HSL 6.43º 0.24% 0.23% -
HSV(B) 6.43º 0.38% 0.29% -
XYZ 4.28 3.72 2.98 -
YUV 55.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 73 48 45 0 0.34 0.38 0.71 6.43 0.24 0.23
Hex 49 30 2D 0 22 26 47 6 18 17
Octal 111 60 55 0 42 46 107 6 30 27
Binary 1001001 110000 101101 0 100010 100110 1000111 110 11000 10111

Color Harmonies of #49302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49302D

Black with #49302D

Text Example


Text Example

White with #49302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49302D; }

 p { color: rgb(73,48,45); }

 H1.HeaderClassName
 {
   color: #49302D;
 }
 .AnyTagClassName
 {
   color: #49302D;
 }
</style>

background-color css

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

 a { background-color: rgb(73,48,45); }

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

border-color css

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

 span { border-color: rgb(73,48,45); }

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