#452626

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

Shades of Espresso #452626

Tints of Espresso #452626

Color information

#452626 (or 0x452626) is unknown color: approx Espresso. HEX triplet: 45, 26 and 26. RGB value is (69,38,38). Sum of RGB (Red+Green+Blue) = 69+38+38=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452626 is #BAD9D9. Grayscale: #2F2F2F. Windows color (decimal): -12245466 or 2500165. OLE color: 2500165.

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

Color convert

RGB693838-
CMYK00.450.450.73
HSL28.97%20.98%-
HSV(B)44.93%27.06%-
XYZ3.52.792.19-
YUV47.27122.77143.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=47.59%
G=26.21%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69383800.450.450.73028.9720.98
Hex45262602D2D4901d15
Octal10546460555511103525
Binary10001011001101001100101101101101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452626; }

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

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

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

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

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

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

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

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