Html Css Color HEX #452625 Espresso

📋 copy color: '#452625'

red 69 ◦ green 38 ◦ blue 37

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

Shades of Espresso #452625

Tints of Espresso #452625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

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

R = 47.92%
G = 26.39%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#452625 (or 0x452625) is known color: Espresso. HEX triplet: 45, 26 and 25. RGB value is (69,38,37). Sum of RGB (Red+Green+Blue) = 69+38+37=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452625 is #BAD9DA. Grayscale: #2F2F2F. Windows color (decimal): -12245467 or 2434629. OLE color: 2434629.

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

Color convert

RGB 69 38 37 -
CMYK 0 0.45 0.46 0.73
HSL 1.88º 0.3% 0.21% -
HSV(B) 1.88º 0.46% 0.27% -
XYZ 3.48 2.79 2.1 -
YUV 47.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 69 38 37 0 0.45 0.46 0.73 1.88 0.3 0.21
Hex 45 26 25 0 2D 2E 49 2 1E 15
Octal 105 46 45 0 55 56 111 2 36 25
Binary 1000101 100110 100101 0 101101 101110 1001001 10 11110 10101

Color Harmonies of #452625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452625

Black with #452625

Text Example


Text Example

White with #452625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452625; }

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

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

background-color css

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

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

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

border-color css

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

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

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