Html Css Color HEX #492822 Espresso

📋 copy color: '#492822'

red 73 ◦ green 40 ◦ blue 34

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

Shades of Espresso #492822

Tints of Espresso #492822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 34 (13.67% from 255) = 23.13%

R = 49.66%
G = 27.21%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#492822 (or 0x492822) is known color: Espresso. HEX triplet: 49, 28 and 22. RGB value is (73,40,34). Sum of RGB (Red+Green+Blue) = 73+40+34=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492822 is #B6D7DD. Grayscale: #313131. Windows color (decimal): -11982814 or 2238537. OLE color: 2238537.

HSL color Cylindrical-coordinate representation of color #492822: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492822 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 34 -
CMYK 0 0.45 0.53 0.71
HSL 9.23º 0.36% 0.21% -
HSV(B) 9.23º 0.53% 0.29% -
XYZ 3.8 3.05 1.9 -
YUV 49.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 73 40 34 0 0.45 0.53 0.71 9.23 0.36 0.21
Hex 49 28 22 0 2D 35 47 9 24 15
Octal 111 50 42 0 55 65 107 11 44 25
Binary 1001001 101000 100010 0 101101 110101 1000111 1001 100100 10101

Color Harmonies of #492822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492822

Black with #492822

Text Example


Text Example

White with #492822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492822; }

 p { color: rgb(73,40,34); }

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

background-color css

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

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

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

border-color css

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

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

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