#442A29

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

Shades of Espresso #442A29

Tints of Espresso #442A29

Color information

#442A29 (or 0x442A29) is unknown color: approx Espresso. HEX triplet: 44, 2A and 29. RGB value is (68,42,41). Sum of RGB (Red+Green+Blue) = 68+42+41=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A29 is #BBD5D6. Grayscale: #313131. Windows color (decimal): -12309975 or 2697796. OLE color: 2697796.

HSL color Cylindrical-coordinate representation of color #442A29: hue angle of 2.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442A29 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB684241-
CMYK00.380.400.73
HSL2.22º24.77%21.37%-
HSV(B)2.22º39.71%26.67%-
XYZ3.613.042.5-
YUV49.66123.11141.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=45.03%
G=27.81%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68424100.380.400.732.2224.7721.37
Hex442A29026284921915
Octal10452510465011123125
Binary100010010101010100101001101010001001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,42,41); }

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

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

 a { background-color: rgb(68,42,41); }

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

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

 span { border-color: rgb(68,42,41); }

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