#492822

Color #492822 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #492822

Tints of Espresso #492822

Color information

#492822 (or 0x492822) is unknown color: approx 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

RGB734034-
CMYK00.450.530.71
HSL9.23º36.45%20.98%-
HSV(B)9.23º53.42%28.63%-
XYZ3.83.051.9-
YUV49.18119.43144.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73403400.450.530.719.2336.4520.98
Hex49282202D354792415
Octal111504205565107114425
Binary100100110100010001001011011101011000111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>