#472F2C

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

Shades of Espresso #472F2C

Tints of Espresso #472F2C

Color information

#472F2C (or 0x472F2C) is unknown color: approx 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

RGB714744-
CMYK00.340.380.72
HSL6.67º23.48%22.55%-
HSV(B)6.67º38.03%27.84%-
XYZ4.073.552.85-
YUV53.83122.45140.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71474400.340.380.726.6723.4822.55
Hex472F2C022264871717
Octal10757540424611072727
Binary1000111101111101100010001010011010010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>