Html Css Color HEX #442927 Espresso

📋 copy color: '#442927'

red 68 ◦ green 41 ◦ blue 39

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

Shades of Espresso #442927

Tints of Espresso #442927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 45.95%
G = 27.7%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#442927 (or 0x442927) is known color: Espresso. HEX triplet: 44, 29 and 27. RGB value is (68,41,39). Sum of RGB (Red+Green+Blue) = 68+41+39=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442927 is #BBD6D8. Grayscale: #303030. Windows color (decimal): -12310233 or 2566468. OLE color: 2566468.

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

Color convert

RGB 68 41 39 -
CMYK 0 0.40 0.43 0.73
HSL 4.14º 0.27% 0.21% -
HSV(B) 4.14º 0.43% 0.27% -
XYZ 3.54 2.96 2.3 -
YUV 48.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 68 41 39 0 0.40 0.43 0.73 4.14 0.27 0.21
Hex 44 29 27 0 28 2B 49 4 1B 15
Octal 104 51 47 0 50 53 111 4 33 25
Binary 1000100 101001 100111 0 101000 101011 1001001 100 11011 10101

Color Harmonies of #442927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442927

Black with #442927

Text Example


Text Example

White with #442927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442927; }

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

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

background-color css

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

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

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

border-color css

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

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

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