#452F2D

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

Shades of Espresso #452F2D

Tints of Espresso #452F2D

Color information

#452F2D (or 0x452F2D) is unknown color: approx Espresso. HEX triplet: 45, 2F and 2D. RGB value is (69,47,45). Sum of RGB (Red+Green+Blue) = 69+47+45=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #452F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F2D is #BAD0D2. Grayscale: #353535. Windows color (decimal): -12243155 or 2961221. OLE color: 2961221.

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

Color convert

RGB694745-
CMYK00.320.350.73
HSL21.05%22.35%-
HSV(B)34.78%27.06%-
XYZ3.943.492.95-
YUV53.35123.29139.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=42.86%
G=29.19%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69474500.320.350.73521.0522.35
Hex452F2D020234951516
Octal10557550404311152526
Binary1000101101111101101010000010001110010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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