#472525

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

Shades of Espresso #472525

Tints of Espresso #472525

Color information

#472525 (or 0x472525) is unknown color: approx Espresso. HEX triplet: 47, 25 and 25. RGB value is (71,37,37). Sum of RGB (Red+Green+Blue) = 71+37+37=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472525 is #B8DADA. Grayscale: #2F2F2F. Windows color (decimal): -12114651 or 2434375. OLE color: 2434375.

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

Color convert

RGB713737-
CMYK00.480.480.72
HSL31.48%21.18%-
HSV(B)47.89%27.84%-
XYZ3.592.82.1-
YUV47.17122.26145-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=48.97%
G=25.52%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71373700.480.480.72031.4821.18
Hex472525030304801f15
Octal10745450606011003725
Binary10001111001011001010110000110000100100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472525; }

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

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

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

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

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

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

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

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