#452725

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

Shades of Espresso #452725

Tints of Espresso #452725

Color information

#452725 (or 0x452725) is unknown color: approx Espresso. HEX triplet: 45, 27 and 25. RGB value is (69,39,37). Sum of RGB (Red+Green+Blue) = 69+39+37=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452725 is #BAD8DA. Grayscale: #2F2F2F. Windows color (decimal): -12245211 or 2434885. OLE color: 2434885.

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

Color convert

RGB693937-
CMYK00.430.460.73
HSL3.75º30.19%20.78%-
HSV(B)3.75º46.38%27.06%-
XYZ3.512.852.12-
YUV47.74121.94143.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=47.59%
G=26.90%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69393700.430.460.733.7530.1920.78
Hex45272502B2E4941e15
Octal10547450535611143625
Binary1000101100111100101010101110111010010011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452725; }

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

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

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

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

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

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

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

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