#472A2A

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

Shades of Espresso #472A2A

Tints of Espresso #472A2A

Color information

#472A2A (or 0x472A2A) is unknown color: approx Espresso. HEX triplet: 47, 2A and 2A. RGB value is (71,42,42). Sum of RGB (Red+Green+Blue) = 71+42+42=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A2A is #B8D5D5. Grayscale: #323232. Windows color (decimal): -12113366 or 2763335. OLE color: 2763335.

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

Color convert

RGB714242-
CMYK00.410.410.72
HSL25.66%22.16%-
HSV(B)40.85%27.84%-
XYZ3.843.162.6-
YUV50.67123.11142.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=45.81%
G=27.10%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71424200.410.410.72025.6622.16
Hex472A2A029294801a16
Octal10752520515111003226
Binary10001111010101010100101001101001100100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,42); }

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

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

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

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

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

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

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