#452524

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

Shades of Espresso #452524

Tints of Espresso #452524

Color information

#452524 (or 0x452524) is unknown color: approx Espresso. HEX triplet: 45, 25 and 24. RGB value is (69,37,36). Sum of RGB (Red+Green+Blue) = 69+37+36=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #452524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452524 is #BADADB. Grayscale: #2E2E2E. Windows color (decimal): -12245724 or 2368837. OLE color: 2368837.

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

Color convert

RGB693736-
CMYK00.460.480.73
HSL1.82º31.43%20.59%-
HSV(B)1.82º47.83%27.06%-
XYZ3.432.722.01-
YUV46.45122.1144.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=48.59%
G=26.06%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69373600.460.480.731.8231.4320.59
Hex45252402E304921f15
Octal10545440566011123725
Binary100010110010110010001011101100001001001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452524; }

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

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

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

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

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

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

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

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