#492424

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

Shades of Espresso #492424

Tints of Espresso #492424

Color information

#492424 (or 0x492424) is unknown color: approx Espresso. HEX triplet: 49, 24 and 24. RGB value is (73,36,36). Sum of RGB (Red+Green+Blue) = 73+36+36=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492424 is #B6DBDB. Grayscale: #2F2F2F. Windows color (decimal): -11983836 or 2368585. OLE color: 2368585.

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

Color convert

RGB733636-
CMYK00.510.510.71
HSL33.94%21.37%-
HSV(B)50.68%28.63%-
XYZ3.72.812.02-
YUV47.06121.76146.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=50.34%
G=24.83%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73363600.510.510.71033.9421.37
Hex492424033334702215
Octal11144440636310704225
Binary100100110010010010001100111100111000111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492424; }

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

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

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

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

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

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

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

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