#452A27

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

Shades of Espresso #452A27

Tints of Espresso #452A27

Color information

#452A27 (or 0x452A27) is unknown color: approx Espresso. HEX triplet: 45, 2A and 27. RGB value is (69,42,39). Sum of RGB (Red+Green+Blue) = 69+42+39=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #452A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A27 is #BAD5D8. Grayscale: #313131. Windows color (decimal): -12244441 or 2566725. OLE color: 2566725.

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

Color convert

RGB694239-
CMYK00.390.430.73
HSL27.78%21.18%-
HSV(B)43.48%27.06%-
XYZ3.653.072.32-
YUV49.73121.95141.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 39 (15.62% from 255) = 26%
R=46%
G=28%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423900.390.430.73627.7821.18
Hex452A270272B4961c15
Octal10552470475311163425
Binary1000101101010100111010011110101110010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452A27; }

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

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

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

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

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

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

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

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