#452826

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

Shades of Espresso #452826

Tints of Espresso #452826

Color information

#452826 (or 0x452826) is unknown color: approx Espresso. HEX triplet: 45, 28 and 26. RGB value is (69,40,38). Sum of RGB (Red+Green+Blue) = 69+40+38=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452826 is #BAD7D9. Grayscale: #303030. Windows color (decimal): -12244954 or 2500677. OLE color: 2500677.

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

Color convert

RGB694038-
CMYK00.420.450.73
HSL3.87º28.97%20.98%-
HSV(B)3.87º44.93%27.06%-
XYZ3.562.922.21-
YUV48.44122.11142.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=46.94%
G=27.21%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69403800.420.450.733.8728.9720.98
Hex45282602A2D4941d15
Octal10550460525511143525
Binary1000101101000100110010101010110110010011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452826; }

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

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

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

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

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

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

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

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