#472C28

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

Shades of Espresso #472C28

Tints of Espresso #472C28

Color information

#472C28 (or 0x472C28) is unknown color: approx Espresso. HEX triplet: 47, 2C and 28. RGB value is (71,44,40). Sum of RGB (Red+Green+Blue) = 71+44+40=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C28 is #B8D3D7. Grayscale: #333333. Windows color (decimal): -12112856 or 2632775. OLE color: 2632775.

HSL color Cylindrical-coordinate representation of color #472C28: hue angle of 7.74º 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 #472C28 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB714440-
CMYK00.380.440.72
HSL7.74º27.93%21.76%-
HSV(B)7.74º43.66%27.84%-
XYZ3.883.292.44-
YUV51.62121.45141.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=45.81%
G=28.39%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71444000.380.440.727.7427.9321.76
Hex472C280262C4881c16
Octal107545004654110103426
Binary10001111011001010000100110101100100100010001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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