Html Css Color HEX #452925 Espresso

📋 copy color: '#452925'

red 69 ◦ green 41 ◦ blue 37

#452925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #452925

Tints of Espresso #452925

RGB

 RED value IS 69 (27.34% from 255) = 46.94%

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 46.94%
G = 27.89%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#452925 (or 0x452925) is known color: Espresso. HEX triplet: 45, 29 and 25. RGB value is (69,41,37). Sum of RGB (Red+Green+Blue) = 69+41+37=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452925 is #BAD6DA. Grayscale: #303030. Windows color (decimal): -12244699 or 2435397. OLE color: 2435397.

HSL color Cylindrical-coordinate representation of color #452925: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452925 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 41 37 -
CMYK 0 0.41 0.46 0.73
HSL 7.5º 0.3% 0.21% -
HSV(B) 7.5º 0.46% 0.27% -
XYZ 3.58 2.98 2.14 -
YUV 48.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 69 41 37 0 0.41 0.46 0.73 7.5 0.3 0.21
Hex 45 29 25 0 29 2E 49 8 1E 15
Octal 105 51 45 0 51 56 111 10 36 25
Binary 1000101 101001 100101 0 101001 101110 1001001 1000 11110 10101

Color Harmonies of #452925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452925

Black with #452925

Text Example


Text Example

White with #452925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452925; }

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

 H1.HeaderClassName
 {
   color: #452925;
 }
 .AnyTagClassName
 {
   color: #452925;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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