#452B28

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

Shades of Espresso #452B28

Tints of Espresso #452B28

Color information

#452B28 (or 0x452B28) is unknown color: approx Espresso. HEX triplet: 45, 2B and 28. RGB value is (69,43,40). Sum of RGB (Red+Green+Blue) = 69+43+40=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B28 is #BAD4D7. Grayscale: #323232. Windows color (decimal): -12244184 or 2632517. OLE color: 2632517.

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

Color convert

RGB694340-
CMYK00.380.420.73
HSL6.21º26.61%21.37%-
HSV(B)6.21º42.03%27.06%-
XYZ3.73.152.42-
YUV50.43122.11141.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=45.39%
G=28.29%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69434000.380.420.736.2126.6121.37
Hex452B280262A4961b15
Octal10553500465211163325
Binary1000101101011101000010011010101010010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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