#472A26

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

Shades of Espresso #472A26

Tints of Espresso #472A26

Color information

#472A26 (or 0x472A26) is unknown color: approx Espresso. HEX triplet: 47, 2A and 26. RGB value is (71,42,38). Sum of RGB (Red+Green+Blue) = 71+42+38=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A26 is #B8D5D9. Grayscale: #323232. Windows color (decimal): -12113370 or 2501191. OLE color: 2501191.

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

Color convert

RGB714238-
CMYK00.410.460.72
HSL7.27º30.28%21.37%-
HSV(B)7.27º46.48%27.84%-
XYZ3.783.142.24-
YUV50.22121.11142.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=47.02%
G=27.81%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71423800.410.460.727.2730.2821.37
Hex472A260292E4871e15
Octal10752460515611073625
Binary1000111101010100110010100110111010010001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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