#472F2B

Color #472F2B Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #472F2B

Tints of Espresso #472F2B

Color information

#472F2B (or 0x472F2B) is unknown color: approx Espresso. HEX triplet: 47, 2F and 2B. RGB value is (71,47,43). Sum of RGB (Red+Green+Blue) = 71+47+43=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2B is #B8D0D4. Grayscale: #353535. Windows color (decimal): -12112085 or 2830151. OLE color: 2830151.

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

Color convert

RGB714743-
CMYK00.340.390.72
HSL8.57º24.56%22.35%-
HSV(B)8.57º39.44%27.84%-
XYZ4.053.552.76-
YUV53.72121.95140.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=44.10%
G=29.19%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71474300.340.390.728.5724.5622.35
Hex472F2B022274891916
Octal107575304247110113126
Binary10001111011111010110100010100111100100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #472F2B;
 }
 .AnyTagClassName
 {
   color: #472F2B;
 }
</style>
background-color css

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

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

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

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

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

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