#442D2C

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

Shades of Espresso #442D2C

Tints of Espresso #442D2C

Color information

#442D2C (or 0x442D2C) is unknown color: approx Espresso. HEX triplet: 44, 2D and 2C. RGB value is (68,45,44). Sum of RGB (Red+Green+Blue) = 68+45+44=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D2C is #BBD2D3. Grayscale: #333333. Windows color (decimal): -12309204 or 2895172. OLE color: 2895172.

HSL color Cylindrical-coordinate representation of color #442D2C: hue angle of 2.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442D2C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB684544-
CMYK00.340.350.73
HSL2.5º21.43%21.96%-
HSV(B)2.5º35.29%26.67%-
XYZ3.783.292.82-
YUV51.76123.62139.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=43.31%
G=28.66%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68454400.340.350.732.521.4321.96
Hex442D2C022234931516
Octal10455540424311132526
Binary100010010110110110001000101000111001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D2C; }

 p { color: rgb(68,45,44); }

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

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

 a { background-color: rgb(68,45,44); }

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

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

 span { border-color: rgb(68,45,44); }

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