Html Css Color HEX #442222 Espresso

📋 copy color: '#442222'

red 68 ◦ green 34 ◦ blue 34

#442222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #442222

Tints of Espresso #442222

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 value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#442222 (or 0x442222) is known color: 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

RGB 68 34 34 -
CMYK 0 0.50 0.50 0.73
HSL 0.33% 0.2% -
HSV(B) 0.5% 0.27% -
XYZ 3.24 2.49 1.82 -
YUV 44.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 68 34 34 0 0.50 0.50 0.73 0 0.33 0.2
Hex 44 22 22 0 32 32 49 0 21 14
Octal 104 42 42 0 62 62 111 0 41 24
Binary 1000100 100010 100010 0 110010 110010 1001001 0 100001 10100

Color Harmonies of #442222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442222

Black with #442222

Text Example


Text Example

White with #442222

Text Example


Text Example

HTML Codes & Css Web 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>