#472A25

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

Shades of Espresso #472A25

Tints of Espresso #472A25

Color information

#472A25 (or 0x472A25) is unknown color: approx Espresso. HEX triplet: 47, 2A and 25. RGB value is (71,42,37). Sum of RGB (Red+Green+Blue) = 71+42+37=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A25 is #B8D5DA. Grayscale: #323232. Windows color (decimal): -12113371 or 2435655. OLE color: 2435655.

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

Color convert

RGB714237-
CMYK00.410.480.72
HSL8.82º31.48%21.18%-
HSV(B)8.82º47.89%27.84%-
XYZ3.763.132.16-
YUV50.1120.61142.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=47.33%
G=28%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71423700.410.480.728.8231.4821.18
Hex472A25029304891f15
Octal107524505160110113725
Binary10001111010101001010101001110000100100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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