#472D2D

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

Shades of Espresso #472D2D

Tints of Espresso #472D2D

Color information

#472D2D (or 0x472D2D) is unknown color: approx Espresso. HEX triplet: 47, 2D and 2D. RGB value is (71,45,45). Sum of RGB (Red+Green+Blue) = 71+45+45=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D2D is #B8D2D2. Grayscale: #343434. Windows color (decimal): -12112595 or 2960711. OLE color: 2960711.

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

Color convert

RGB714545-
CMYK00.370.370.72
HSL22.41%22.75%-
HSV(B)36.62%27.84%-
XYZ4.013.412.93-
YUV52.77123.61141-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=44.10%
G=27.95%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71454500.370.370.72022.4122.75
Hex472D2D025254801617
Octal10755550454511002627
Binary10001111011011011010100101100101100100001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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