#452D2B

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

Shades of Espresso #452D2B

Tints of Espresso #452D2B

Color information

#452D2B (or 0x452D2B) is unknown color: approx Espresso. HEX triplet: 45, 2D and 2B. RGB value is (69,45,43). Sum of RGB (Red+Green+Blue) = 69+45+43=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #452D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D2B is #BAD2D4. Grayscale: #333333. Windows color (decimal): -12243669 or 2829637. OLE color: 2829637.

HSL color Cylindrical-coordinate representation of color #452D2B: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452D2B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB694543-
CMYK00.350.380.73
HSL4.62º23.21%21.96%-
HSV(B)4.62º37.68%27.06%-
XYZ3.833.322.72-
YUV51.95122.95140.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=43.95%
G=28.66%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69454300.350.380.734.6223.2121.96
Hex452D2B023264951716
Octal10555530434611152726
Binary1000101101101101011010001110011010010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452D2B; }

 p { color: rgb(69,45,43); }

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

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

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

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

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

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

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