Html Css Color HEX #492C2C Espresso

📋 copy color: '#492C2C'

red 73 ◦ green 44 ◦ blue 44

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

Shades of Espresso #492C2C

Tints of Espresso #492C2C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.33%

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

R = 45.34%
G = 27.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#492C2C (or 0x492C2C) is known color: Espresso. HEX triplet: 49, 2C and 2C. RGB value is (73,44,44). Sum of RGB (Red+Green+Blue) = 73+44+44=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #492C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C2C is #B6D3D3. Grayscale: #343434. Windows color (decimal): -11981780 or 2894921. OLE color: 2894921.

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

Color convert

RGB 73 44 44 -
CMYK 0 0.40 0.40 0.71
HSL 0.25% 0.23% -
HSV(B) 0.4% 0.29% -
XYZ 4.1 3.4 2.82 -
YUV 52.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 73 44 44 0 0.40 0.40 0.71 0 0.25 0.23
Hex 49 2C 2C 0 28 28 47 0 19 17
Octal 111 54 54 0 50 50 107 0 31 27
Binary 1001001 101100 101100 0 101000 101000 1000111 0 11001 10111

Color Harmonies of #492C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C2C

Black with #492C2C

Text Example


Text Example

White with #492C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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