#492824

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

Shades of Espresso #492824

Tints of Espresso #492824

Color information

#492824 (or 0x492824) is unknown color: approx Espresso. HEX triplet: 49, 28 and 24. RGB value is (73,40,36). Sum of RGB (Red+Green+Blue) = 73+40+36=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492824 is #B6D7DB. Grayscale: #313131. Windows color (decimal): -11982812 or 2369609. OLE color: 2369609.

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

Color convert

RGB734036-
CMYK00.450.510.71
HSL6.49º33.94%21.37%-
HSV(B)6.49º50.68%28.63%-
XYZ3.823.062.06-
YUV49.41120.43144.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=48.99%
G=26.85%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73403600.450.510.716.4933.9421.37
Hex49282402D334762215
Octal11150440556310764225
Binary10010011010001001000101101110011100011111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492824; }

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

 H1.HeaderClassName
 {
   color: #492824;
 }
 .AnyTagClassName
 {
   color: #492824;
 }
</style>
background-color css

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

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

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

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

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

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