Html Css Color HEX #492F2C Espresso

📋 copy color: '#492F2C'

red 73 ◦ green 47 ◦ blue 44

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

Shades of Espresso #492F2C

Tints of Espresso #492F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.66%

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

R = 44.51%
G = 28.66%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#492F2C (or 0x492F2C) is known color: Espresso. HEX triplet: 49, 2F and 2C. RGB value is (73,47,44). Sum of RGB (Red+Green+Blue) = 73+47+44=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F2C is #B6D0D3. Grayscale: #363636. Windows color (decimal): -11981012 or 2895689. OLE color: 2895689.

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

Color convert

RGB 73 47 44 -
CMYK 0 0.36 0.40 0.71
HSL 6.21º 0.25% 0.23% -
HSV(B) 6.21º 0.4% 0.29% -
XYZ 4.22 3.63 2.86 -
YUV 54.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 73 47 44 0 0.36 0.40 0.71 6.21 0.25 0.23
Hex 49 2F 2C 0 24 28 47 6 19 17
Octal 111 57 54 0 44 50 107 6 31 27
Binary 1001001 101111 101100 0 100100 101000 1000111 110 11001 10111

Color Harmonies of #492F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F2C

Black with #492F2C

Text Example


Text Example

White with #492F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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