#452825

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

Shades of Espresso #452825

Tints of Espresso #452825

Color information

#452825 (or 0x452825) is unknown color: approx Espresso. HEX triplet: 45, 28 and 25. RGB value is (69,40,37). Sum of RGB (Red+Green+Blue) = 69+40+37=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452825 is #BAD7DA. Grayscale: #303030. Windows color (decimal): -12244955 or 2435141. OLE color: 2435141.

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

Color convert

RGB694037-
CMYK00.420.460.73
HSL5.63º30.19%20.78%-
HSV(B)5.63º46.38%27.06%-
XYZ3.552.922.13-
YUV48.33121.61142.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=47.26%
G=27.40%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69403700.420.460.735.6330.1920.78
Hex45282502A2E4961e15
Octal10550450525611163625
Binary1000101101000100101010101010111010010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452825; }

 p { color: rgb(69,40,37); }

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

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

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

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

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

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

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