#452928

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

Shades of Espresso #452928

Tints of Espresso #452928

Color information

#452928 (or 0x452928) is unknown color: approx Espresso. HEX triplet: 45, 29 and 28. RGB value is (69,41,40). Sum of RGB (Red+Green+Blue) = 69+41+40=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #452928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452928 is #BAD6D7. Grayscale: #313131. Windows color (decimal): -12244696 or 2632005. OLE color: 2632005.

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

Color convert

RGB694140-
CMYK00.410.420.73
HSL2.07º26.61%21.37%-
HSV(B)2.07º42.03%27.06%-
XYZ3.6332.4-
YUV49.26122.78142.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=46%
G=27.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69414000.410.420.732.0726.6121.37
Hex4529280292A4921b15
Octal10551500515211123325
Binary100010110100110100001010011010101001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452928; }

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

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

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

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

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

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

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

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