#442828

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

Shades of Espresso #442828

Tints of Espresso #442828

Color information

#442828 (or 0x442828) is unknown color: approx Espresso. HEX triplet: 44, 28 and 28. RGB value is (68,40,40). Sum of RGB (Red+Green+Blue) = 68+40+40=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442828 is #BBD7D7. Grayscale: #303030. Windows color (decimal): -12310488 or 2631748. OLE color: 2631748.

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

Color convert

RGB684040-
CMYK00.410.410.73
HSL25.93%21.18%-
HSV(B)41.18%26.67%-
XYZ3.532.92.38-
YUV48.37123.28142-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68404000.410.410.73025.9321.18
Hex442828029294901a15
Octal10450500515111103225
Binary10001001010001010000101001101001100100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442828; }

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

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

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

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

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

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

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

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