Html Css Color HEX #452D2C Espresso

📋 copy color: '#452D2C'

red 69 ◦ green 45 ◦ blue 44

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

Shades of Espresso #452D2C

Tints of Espresso #452D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 43.67%
G = 28.48%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#452D2C (or 0x452D2C) is known color: Espresso. HEX triplet: 45, 2D and 2C. RGB value is (69,45,44). Sum of RGB (Red+Green+Blue) = 69+45+44=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #452D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D2C is #BAD2D3. Grayscale: #343434. Windows color (decimal): -12243668 or 2895173. OLE color: 2895173.

HSL color Cylindrical-coordinate representation of color #452D2C: hue angle of 2.4º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452D2C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 45 44 -
CMYK 0 0.35 0.36 0.73
HSL 2.4º 0.22% 0.22% -
HSV(B) 2.4º 0.36% 0.27% -
XYZ 3.85 3.32 2.82 -
YUV 52.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 69 45 44 0 0.35 0.36 0.73 2.4 0.22 0.22
Hex 45 2D 2C 0 23 24 49 2 16 16
Octal 105 55 54 0 43 44 111 2 26 26
Binary 1000101 101101 101100 0 100011 100100 1001001 10 10110 10110

Color Harmonies of #452D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452D2C

Black with #452D2C

Text Example


Text Example

White with #452D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452D2C; }

 p { color: rgb(69,45,44); }

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

background-color css

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

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

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

border-color css

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

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

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