Html Css Color HEX #452825 Espresso

📋 copy color: '#452825'

red 69 ◦ green 40 ◦ blue 37

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

Shades of Espresso #452825

Tints of Espresso #452825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

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

R = 47.26%
G = 27.4%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#452825 (or 0x452825) is known color: Espresso. HEX triplet: 45, 28 and 25. RGB value is (69,40,37). Sum of RGB (Red+Green+Blue) = 69+40+37=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452825 is #BAD7DA. Grayscale: #303030. Windows color (decimal): -12244955 or 2435141. OLE color: 2435141.

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

Color convert

RGB 69 40 37 -
CMYK 0 0.42 0.46 0.73
HSL 5.63º 0.3% 0.21% -
HSV(B) 5.63º 0.46% 0.27% -
XYZ 3.55 2.92 2.13 -
YUV 48.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 69 40 37 0 0.42 0.46 0.73 5.63 0.3 0.21
Hex 45 28 25 0 2A 2E 49 6 1E 15
Octal 105 50 45 0 52 56 111 6 36 25
Binary 1000101 101000 100101 0 101010 101110 1001001 110 11110 10101

Color Harmonies of #452825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452825

Black with #452825

Text Example


Text Example

White with #452825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452825; }

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

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

background-color css

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

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

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

border-color css

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

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

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