#492B26

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

Shades of Espresso #492B26

Tints of Espresso #492B26

Color information

#492B26 (or 0x492B26) is unknown color: approx Espresso. HEX triplet: 49, 2B and 26. RGB value is (73,43,38). Sum of RGB (Red+Green+Blue) = 73+43+38=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B26 is #B6D4D9. Grayscale: #333333. Windows color (decimal): -11982042 or 2501449. OLE color: 2501449.

HSL color Cylindrical-coordinate representation of color #492B26: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492B26 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB734338-
CMYK00.410.480.71
HSL8.57º31.53%21.76%-
HSV(B)8.57º47.95%28.63%-
XYZ3.963.282.26-
YUV51.4120.44143.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=47.40%
G=27.92%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73433800.410.480.718.5731.5321.76
Hex492B26029304792016
Octal111534605160107114026
Binary100100110101110011001010011100001000111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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