#452927

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

Shades of Espresso #452927

Tints of Espresso #452927

Color information

#452927 (or 0x452927) is unknown color: approx Espresso. HEX triplet: 45, 29 and 27. RGB value is (69,41,39). Sum of RGB (Red+Green+Blue) = 69+41+39=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452927 is #BAD6D8. Grayscale: #313131. Windows color (decimal): -12244697 or 2566469. OLE color: 2566469.

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

Color convert

RGB694139-
CMYK00.410.430.73
HSL27.78%21.18%-
HSV(B)43.48%27.06%-
XYZ3.6132.31-
YUV49.14122.28142.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=46.31%
G=27.52%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69413900.410.430.73427.7821.18
Hex4529270292B4941c15
Octal10551470515311143425
Binary1000101101001100111010100110101110010011001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452927; }

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

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

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

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

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

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

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

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