#452625

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

Shades of Espresso #452625

Tints of Espresso #452625

Color information

#452625 (or 0x452625) is unknown color: approx Espresso. HEX triplet: 45, 26 and 25. RGB value is (69,38,37). Sum of RGB (Red+Green+Blue) = 69+38+37=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452625 is #BAD9DA. Grayscale: #2F2F2F. Windows color (decimal): -12245467 or 2434629. OLE color: 2434629.

HSL color Cylindrical-coordinate representation of color #452625: hue angle of 1.88º 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 #452625 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB693837-
CMYK00.450.460.73
HSL1.88º30.19%20.78%-
HSV(B)1.88º46.38%27.06%-
XYZ3.482.792.1-
YUV47.16122.27143.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=47.92%
G=26.39%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69383700.450.460.731.8830.1920.78
Hex45262502D2E4921e15
Octal10546450555611123625
Binary100010110011010010101011011011101001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452625; }

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

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

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

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

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

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

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

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