Html Css Color HEX #442221 Espresso

📋 copy color: '#442221'

red 68 ◦ green 34 ◦ blue 33

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

Shades of Espresso #442221

Tints of Espresso #442221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 50.37%
G = 25.19%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#442221 (or 0x442221) is known color: Espresso. HEX triplet: 44, 22 and 21. RGB value is (68,34,33). Sum of RGB (Red+Green+Blue) = 68+34+33=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442221 is #BBDDDE. Grayscale: #2C2C2C. Windows color (decimal): -12312031 or 2171460. OLE color: 2171460.

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

Color convert

RGB 68 34 33 -
CMYK 0 0.50 0.51 0.73
HSL 1.71º 0.35% 0.2% -
HSV(B) 1.71º 0.51% 0.27% -
XYZ 3.23 2.48 1.75 -
YUV 44.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 68 34 33 0 0.50 0.51 0.73 1.71 0.35 0.2
Hex 44 22 21 0 32 33 49 2 23 14
Octal 104 42 41 0 62 63 111 2 43 24
Binary 1000100 100010 100001 0 110010 110011 1001001 10 100011 10100

Color Harmonies of #442221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442221

Black with #442221

Text Example


Text Example

White with #442221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442221; }

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

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

background-color css

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

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

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

border-color css

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

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

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