#452424

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

Shades of Espresso #452424

Tints of Espresso #452424

Color information

#452424 (or 0x452424) is unknown color: approx Espresso. HEX triplet: 45, 24 and 24. RGB value is (69,36,36). Sum of RGB (Red+Green+Blue) = 69+36+36=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #452424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452424 is #BADBDB. Grayscale: #2D2D2D. Windows color (decimal): -12245980 or 2368581. OLE color: 2368581.

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

Color convert

RGB693636-
CMYK00.480.480.73
HSL31.43%20.59%-
HSV(B)47.83%27.06%-
XYZ3.42.652-
YUV45.87122.43144.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=48.94%
G=25.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69363600.480.480.73031.4320.59
Hex452424030304901f15
Octal10544440606011103725
Binary10001011001001001000110000110000100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452424; }

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

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

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

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

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

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

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

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