#452823

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

Shades of Espresso #452823

Tints of Espresso #452823

Color information

#452823 (or 0x452823) is unknown color: approx Espresso. HEX triplet: 45, 28 and 23. RGB value is (69,40,35). Sum of RGB (Red+Green+Blue) = 69+40+35=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452823 is #BAD7DC. Grayscale: #303030. Windows color (decimal): -12244957 or 2304069. OLE color: 2304069.

HSL color Cylindrical-coordinate representation of color #452823: hue angle of 8.82º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452823 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB694035-
CMYK00.420.490.73
HSL8.82º32.69%20.39%-
HSV(B)8.82º49.28%27.06%-
XYZ3.522.91.97-
YUV48.1120.61142.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=47.92%
G=27.78%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69403500.420.490.738.8232.6920.39
Hex45282302A314992114
Octal105504305261111114124
Binary100010110100010001101010101100011001001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452823; }

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

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

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

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

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

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

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

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