Html Css Color HEX #492D2D Espresso

📋 copy color: '#492D2D'

red 73 ◦ green 45 ◦ blue 45

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

Shades of Espresso #492D2D

Tints of Espresso #492D2D

RGB

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

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

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

R = 44.79%
G = 27.61%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#492D2D (or 0x492D2D) is known color: Espresso. HEX triplet: 49, 2D and 2D. RGB value is (73,45,45). Sum of RGB (Red+Green+Blue) = 73+45+45=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D2D is #B6D2D2. Grayscale: #353535. Windows color (decimal): -11981523 or 2960713. OLE color: 2960713.

HSL color Cylindrical-coordinate representation of color #492D2D: hue angle of 0º 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 #492D2D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 45 -
CMYK 0 0.38 0.38 0.71
HSL 0.24% 0.23% -
HSV(B) 0.38% 0.29% -
XYZ 4.16 3.48 2.94 -
YUV 53.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 73 45 45 0 0.38 0.38 0.71 0 0.24 0.23
Hex 49 2D 2D 0 26 26 47 0 18 17
Octal 111 55 55 0 46 46 107 0 30 27
Binary 1001001 101101 101101 0 100110 100110 1000111 0 11000 10111

Color Harmonies of #492D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D2D

Black with #492D2D

Text Example


Text Example

White with #492D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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