#452A2A

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

Shades of Espresso #452A2A

Tints of Espresso #452A2A

Color information

#452A2A (or 0x452A2A) is unknown color: approx Espresso. HEX triplet: 45, 2A and 2A. RGB value is (69,42,42). Sum of RGB (Red+Green+Blue) = 69+42+42=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #452A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A2A is #BAD5D5. Grayscale: #323232. Windows color (decimal): -12244438 or 2763333. OLE color: 2763333.

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

Color convert

RGB694242-
CMYK00.390.390.73
HSL24.32%21.76%-
HSV(B)39.13%27.06%-
XYZ3.73.092.59-
YUV50.07123.45141.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=45.10%
G=27.45%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69424200.390.390.73024.3221.76
Hex452A2A027274901816
Octal10552520474711103026
Binary10001011010101010100100111100111100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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