Html Css Color HEX #472C2A Espresso

📋 copy color: '#472C2A'

red 71 ◦ green 44 ◦ blue 42

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

Shades of Espresso #472C2A

Tints of Espresso #472C2A

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

 GREEN value IS 44 (17.58% from 255) = 28.03%

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 45.22%
G = 28.03%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#472C2A (or 0x472C2A) is known color: Espresso. HEX triplet: 47, 2C and 2A. RGB value is (71,44,42). Sum of RGB (Red+Green+Blue) = 71+44+42=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C2A is #B8D3D5. Grayscale: #333333. Windows color (decimal): -12112854 or 2763847. OLE color: 2763847.

HSL color Cylindrical-coordinate representation of color #472C2A: hue angle of 4.14º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472C2A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 42 -
CMYK 0 0.38 0.41 0.72
HSL 4.14º 0.26% 0.22% -
HSV(B) 4.14º 0.41% 0.28% -
XYZ 3.92 3.31 2.62 -
YUV 51.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 71 44 42 0 0.38 0.41 0.72 4.14 0.26 0.22
Hex 47 2C 2A 0 26 29 48 4 1A 16
Octal 107 54 52 0 46 51 110 4 32 26
Binary 1000111 101100 101010 0 100110 101001 1001000 100 11010 10110

Color Harmonies of #472C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C2A

Black with #472C2A

Text Example


Text Example

White with #472C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C2A; }

 p { color: rgb(71,44,42); }

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

background-color css

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

 a { background-color: rgb(71,44,42); }

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

border-color css

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

 span { border-color: rgb(71,44,42); }

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