Html Css Color HEX #442929 Espresso

📋 copy color: '#442929'

red 68 ◦ green 41 ◦ blue 41

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

Shades of Espresso #442929

Tints of Espresso #442929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 45.33%
G = 27.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#442929 (or 0x442929) is known color: Espresso. HEX triplet: 44, 29 and 29. RGB value is (68,41,41). Sum of RGB (Red+Green+Blue) = 68+41+41=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442929 is #BBD6D6. Grayscale: #313131. Windows color (decimal): -12310231 or 2697540. OLE color: 2697540.

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

Color convert

RGB 68 41 41 -
CMYK 0 0.40 0.40 0.73
HSL 0.25% 0.21% -
HSV(B) 0.4% 0.27% -
XYZ 3.58 2.97 2.48 -
YUV 49.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 68 41 41 0 0.40 0.40 0.73 0 0.25 0.21
Hex 44 29 29 0 28 28 49 0 19 15
Octal 104 51 51 0 50 50 111 0 31 25
Binary 1000100 101001 101001 0 101000 101000 1001001 0 11001 10101

Color Harmonies of #442929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442929

Black with #442929

Text Example


Text Example

White with #442929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442929; }

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

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

background-color css

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

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

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

border-color css

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

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

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