#492B24

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

Shades of Espresso #492B24

Tints of Espresso #492B24

Color information

#492B24 (or 0x492B24) is unknown color: approx Espresso. HEX triplet: 49, 2B and 24. RGB value is (73,43,36). Sum of RGB (Red+Green+Blue) = 73+43+36=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B24 is #B6D4DB. Grayscale: #333333. Windows color (decimal): -11982044 or 2370377. OLE color: 2370377.

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

Color convert

RGB734336-
CMYK00.410.510.71
HSL11.35º33.94%21.37%-
HSV(B)11.35º50.68%28.63%-
XYZ3.933.272.09-
YUV51.17119.44143.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=48.03%
G=28.29%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73433600.410.510.7111.3533.9421.37
Hex492B240293347b2215
Octal111534405163107134225
Binary100100110101110010001010011100111000111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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