#452924

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

Shades of Espresso #452924

Tints of Espresso #452924

Color information

#452924 (or 0x452924) is unknown color: approx Espresso. HEX triplet: 45, 29 and 24. RGB value is (69,41,36). Sum of RGB (Red+Green+Blue) = 69+41+36=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452924 is #BAD6DB. Grayscale: #303030. Windows color (decimal): -12244700 or 2369861. OLE color: 2369861.

HSL color Cylindrical-coordinate representation of color #452924: hue angle of 9.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452924 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB694136-
CMYK00.410.480.73
HSL9.09º31.43%20.59%-
HSV(B)9.09º47.83%27.06%-
XYZ3.572.982.06-
YUV48.8120.78142.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=47.26%
G=28.08%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69413600.410.480.739.0931.4320.59
Hex452924029304991f15
Octal105514405160111113725
Binary10001011010011001000101001110000100100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452924; }

 p { color: rgb(69,41,36); }

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

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

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

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

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

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

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