#472928

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

Shades of Espresso #472928

Tints of Espresso #472928

Color information

#472928 (or 0x472928) is unknown color: approx Espresso. HEX triplet: 47, 29 and 28. RGB value is (71,41,40). Sum of RGB (Red+Green+Blue) = 71+41+40=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472928 is #B8D6D7. Grayscale: #313131. Windows color (decimal): -12113624 or 2632007. OLE color: 2632007.

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

Color convert

RGB714140-
CMYK00.420.440.72
HSL1.94º27.93%21.76%-
HSV(B)1.94º43.66%27.84%-
XYZ3.773.082.4-
YUV49.86122.44143.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=46.71%
G=26.97%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71414000.420.440.721.9427.9321.76
Hex47292802A2C4821c16
Octal10751500525411023426
Binary100011110100110100001010101011001001000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472928; }

 p { color: rgb(71,41,40); }

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

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

 a { background-color: rgb(71,41,40); }

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

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

 span { border-color: rgb(71,41,40); }

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