#452828

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

Shades of Espresso #452828

Tints of Espresso #452828

Color information

#452828 (or 0x452828) is unknown color: approx Espresso. HEX triplet: 45, 28 and 28. RGB value is (69,40,40). Sum of RGB (Red+Green+Blue) = 69+40+40=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452828 is #BAD7D7. Grayscale: #303030. Windows color (decimal): -12244952 or 2631749. OLE color: 2631749.

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

Color convert

RGB694040-
CMYK00.420.420.73
HSL26.61%21.37%-
HSV(B)42.03%27.06%-
XYZ3.62.942.38-
YUV48.67123.11142.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=46.31%
G=26.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69404000.420.420.73026.6121.37
Hex45282802A2A4901b15
Octal10550500525211103325
Binary10001011010001010000101010101010100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452828; }

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

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

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

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

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

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

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

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