#472B26

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

Shades of Espresso #472B26

Tints of Espresso #472B26

Color information

#472B26 (or 0x472B26) is unknown color: approx Espresso. HEX triplet: 47, 2B and 26. RGB value is (71,43,38). Sum of RGB (Red+Green+Blue) = 71+43+38=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B26 is #B8D4D9. Grayscale: #323232. Windows color (decimal): -12113114 or 2501447. OLE color: 2501447.

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

Color convert

RGB714338-
CMYK00.390.460.72
HSL9.09º30.28%21.37%-
HSV(B)9.09º46.48%27.84%-
XYZ3.813.212.25-
YUV50.8120.78142.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 38 (15.23% from 255) = 25%
R=46.71%
G=28.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71433800.390.460.729.0930.2821.37
Hex472B260272E4891e15
Octal107534604756110113625
Binary10001111010111001100100111101110100100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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