Html Css Color HEX #422D2C Espresso

📋 copy color: '#422D2C'

red 66 ◦ green 45 ◦ blue 44

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

Shades of Espresso #422D2C

Tints of Espresso #422D2C

RGB

 RED value IS 66 (26.17% from 255) = 42.58%

 GREEN value IS 45 (17.97% from 255) = 29.03%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 42.58%
G = 29.03%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#422D2C (or 0x422D2C) is known color: Espresso. HEX triplet: 42, 2D and 2C. RGB value is (66,45,44). Sum of RGB (Red+Green+Blue) = 66+45+44=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D2C is #BDD2D3. Grayscale: #333333. Windows color (decimal): -12440276 or 2895170. OLE color: 2895170.

HSL color Cylindrical-coordinate representation of color #422D2C: hue angle of 2.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422D2C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 44 -
CMYK 0 0.32 0.33 0.74
HSL 2.73º 0.2% 0.22% -
HSV(B) 2.73º 0.33% 0.26% -
XYZ 3.64 3.22 2.81 -
YUV 51.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 66 45 44 0 0.32 0.33 0.74 2.73 0.2 0.22
Hex 42 2D 2C 0 20 21 4A 3 14 16
Octal 102 55 54 0 40 41 112 3 24 26
Binary 1000010 101101 101100 0 100000 100001 1001010 11 10100 10110

Color Harmonies of #422D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D2C

Black with #422D2C

Text Example


Text Example

White with #422D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422D2C; }

 p { color: rgb(66,45,44); }

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

background-color css

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

 a { background-color: rgb(66,45,44); }

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

border-color css

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

 span { border-color: rgb(66,45,44); }

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