Html Css Color HEX #422B29 Espresso

📋 copy color: '#422B29'

red 66 ◦ green 43 ◦ blue 41

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

Shades of Espresso #422B29

Tints of Espresso #422B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.67%

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

R = 44%
G = 28.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#422B29 (or 0x422B29) is known color: Espresso. HEX triplet: 42, 2B and 29. RGB value is (66,43,41). Sum of RGB (Red+Green+Blue) = 66+43+41=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #422B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B29 is #BDD4D6. Grayscale: #313131. Windows color (decimal): -12440791 or 2698050. OLE color: 2698050.

HSL color Cylindrical-coordinate representation of color #422B29: hue angle of 4.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #422B29 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 41 -
CMYK 0 0.35 0.38 0.74
HSL 4.8º 0.23% 0.21% -
HSV(B) 4.8º 0.38% 0.26% -
XYZ 3.51 3.05 2.5 -
YUV 49.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 66 43 41 0 0.35 0.38 0.74 4.8 0.23 0.21
Hex 42 2B 29 0 23 26 4A 5 17 15
Octal 102 53 51 0 43 46 112 5 27 25
Binary 1000010 101011 101001 0 100011 100110 1001010 101 10111 10101

Color Harmonies of #422B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B29

Black with #422B29

Text Example


Text Example

White with #422B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,41); }

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

background-color css

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

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

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

border-color css

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

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

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