#442222

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

Shades of Espresso #442222

Tints of Espresso #442222

Color information

#442222 (or 0x442222) is unknown color: approx Espresso. HEX triplet: 44, 22 and 22. RGB value is (68,34,34). Sum of RGB (Red+Green+Blue) = 68+34+34=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442222 is #BBDDDD. Grayscale: #2C2C2C. Windows color (decimal): -12312030 or 2236996. OLE color: 2236996.

HSL color Cylindrical-coordinate representation of color #442222: hue angle of 0º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442222 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB683434-
CMYK00.500.500.73
HSL33.33%20%-
HSV(B)50%26.67%-
XYZ3.242.491.82-
YUV44.17122.26145-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 34 (13.67% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68343400.500.500.73033.3320
Hex442222032324902114
Octal10442420626211104124
Binary100010010001010001001100101100101001001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442222; }

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

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

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

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

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

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

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

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