#452726

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

Shades of Espresso #452726

Tints of Espresso #452726

Color information

#452726 (or 0x452726) is unknown color: approx Espresso. HEX triplet: 45, 27 and 26. RGB value is (69,39,38). Sum of RGB (Red+Green+Blue) = 69+39+38=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452726 is #BAD8D9. Grayscale: #2F2F2F. Windows color (decimal): -12245210 or 2500421. OLE color: 2500421.

HSL color Cylindrical-coordinate representation of color #452726: hue angle of 1.94º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #452726 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB693938-
CMYK00.430.450.73
HSL1.94º28.97%20.98%-
HSV(B)1.94º44.93%27.06%-
XYZ3.532.862.2-
YUV47.86122.44143.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=47.26%
G=26.71%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69393800.430.450.731.9428.9720.98
Hex45272602B2D4921d15
Octal10547460535511123525
Binary100010110011110011001010111011011001001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452726; }

 p { color: rgb(69,39,38); }

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

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

 a { background-color: rgb(69,39,38); }

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

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

 span { border-color: rgb(69,39,38); }

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