Html Css Color HEX #472F2C Espresso

📋 copy color: '#472F2C'

red 71 ◦ green 47 ◦ blue 44

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

Shades of Espresso #472F2C

Tints of Espresso #472F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

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

R = 43.83%
G = 29.01%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#472F2C (or 0x472F2C) is known color: Espresso. HEX triplet: 47, 2F and 2C. RGB value is (71,47,44). Sum of RGB (Red+Green+Blue) = 71+47+44=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2C is #B8D0D3. Grayscale: #353535. Windows color (decimal): -12112084 or 2895687. OLE color: 2895687.

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

Color convert

RGB 71 47 44 -
CMYK 0 0.34 0.38 0.72
HSL 6.67º 0.23% 0.23% -
HSV(B) 6.67º 0.38% 0.28% -
XYZ 4.07 3.55 2.85 -
YUV 53.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 71 47 44 0 0.34 0.38 0.72 6.67 0.23 0.23
Hex 47 2F 2C 0 22 26 48 7 17 17
Octal 107 57 54 0 42 46 110 7 27 27
Binary 1000111 101111 101100 0 100010 100110 1001000 111 10111 10111

Color Harmonies of #472F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F2C

Black with #472F2C

Text Example


Text Example

White with #472F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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