Html Css Color HEX #442322 Espresso

📋 copy color: '#442322'

red 68 ◦ green 35 ◦ blue 34

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

Shades of Espresso #442322

Tints of Espresso #442322

RGB

 RED value IS 68 (26.95% from 255) = 49.64%

 GREEN value IS 35 (14.06% from 255) = 25.55%

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 49.64%
G = 25.55%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#442322 (or 0x442322) is known color: Espresso. HEX triplet: 44, 23 and 22. RGB value is (68,35,34). Sum of RGB (Red+Green+Blue) = 68+35+34=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442322 is #BBDCDD. Grayscale: #2C2C2C. Windows color (decimal): -12311774 or 2237252. OLE color: 2237252.

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

Color convert

RGB 68 35 34 -
CMYK 0 0.49 0.50 0.73
HSL 1.76º 0.33% 0.2% -
HSV(B) 1.76º 0.5% 0.27% -
XYZ 3.27 2.55 1.83 -
YUV 44.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 68 35 34 0 0.49 0.50 0.73 1.76 0.33 0.2
Hex 44 23 22 0 31 32 49 2 21 14
Octal 104 43 42 0 61 62 111 2 41 24
Binary 1000100 100011 100010 0 110001 110010 1001001 10 100001 10100

Color Harmonies of #442322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442322

Black with #442322

Text Example


Text Example

White with #442322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442322; }

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

 H1.HeaderClassName
 {
   color: #442322;
 }
 .AnyTagClassName
 {
   color: #442322;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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