Html Css Color HEX #492D2C Espresso

📋 copy color: '#492D2C'

red 73 ◦ green 45 ◦ blue 44

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

Shades of Espresso #492D2C

Tints of Espresso #492D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.78%

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 45.06%
G = 27.78%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#492D2C (or 0x492D2C) is known color: Espresso. HEX triplet: 49, 2D and 2C. RGB value is (73,45,44). Sum of RGB (Red+Green+Blue) = 73+45+44=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D2C is #B6D2D3. Grayscale: #353535. Windows color (decimal): -11981524 or 2895177. OLE color: 2895177.

HSL color Cylindrical-coordinate representation of color #492D2C: hue angle of 2.07º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492D2C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 44 -
CMYK 0 0.38 0.40 0.71
HSL 2.07º 0.25% 0.23% -
HSV(B) 2.07º 0.4% 0.29% -
XYZ 4.14 3.48 2.84 -
YUV 53.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 73 45 44 0 0.38 0.40 0.71 2.07 0.25 0.23
Hex 49 2D 2C 0 26 28 47 2 19 17
Octal 111 55 54 0 46 50 107 2 31 27
Binary 1001001 101101 101100 0 100110 101000 1000111 10 11001 10111

Color Harmonies of #492D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D2C

Black with #492D2C

Text Example


Text Example

White with #492D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D2C; }

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

 H1.HeaderClassName
 {
   color: #492D2C;
 }
 .AnyTagClassName
 {
   color: #492D2C;
 }
</style>

background-color css

<style>
 a { background-color: #492D2C; }

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

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

border-color css

<style>
 span { border-color: #492D2C; }

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

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