#452A26

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

Shades of Espresso #452A26

Tints of Espresso #452A26

Color information

#452A26 (or 0x452A26) is unknown color: approx Espresso. HEX triplet: 45, 2A and 26. RGB value is (69,42,38). Sum of RGB (Red+Green+Blue) = 69+42+38=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A26 is #BAD5D9. Grayscale: #313131. Windows color (decimal): -12244442 or 2501189. OLE color: 2501189.

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

Color convert

RGB694238-
CMYK00.390.450.73
HSL7.74º28.97%20.98%-
HSV(B)7.74º44.93%27.06%-
XYZ3.633.062.23-
YUV49.62121.45141.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=46.31%
G=28.19%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423800.390.450.737.7428.9720.98
Hex452A260272D4981d15
Octal105524604755111103525
Binary10001011010101001100100111101101100100110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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