#442B28

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

Shades of Espresso #442B28

Tints of Espresso #442B28

Color information

#442B28 (or 0x442B28) is unknown color: approx Espresso. HEX triplet: 44, 2B and 28. RGB value is (68,43,40). Sum of RGB (Red+Green+Blue) = 68+43+40=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B28 is #BBD4D7. Grayscale: #323232. Windows color (decimal): -12309720 or 2632516. OLE color: 2632516.

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

Color convert

RGB684340-
CMYK00.370.410.73
HSL6.43º25.93%21.18%-
HSV(B)6.43º41.18%26.67%-
XYZ3.633.112.42-
YUV50.13122.28140.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=45.03%
G=28.48%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68434000.370.410.736.4325.9321.18
Hex442B28025294961a15
Octal10453500455111163225
Binary1000100101011101000010010110100110010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,40); }

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

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

 a { background-color: rgb(68,43,40); }

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

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

 span { border-color: rgb(68,43,40); }

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