Html Css Color HEX #452E2D Espresso

📋 copy color: '#452E2D'

red 69 ◦ green 46 ◦ blue 45

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

Shades of Espresso #452E2D

Tints of Espresso #452E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.75%

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 43.13%
G = 28.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#452E2D (or 0x452E2D) is known color: Espresso. HEX triplet: 45, 2E and 2D. RGB value is (69,46,45). Sum of RGB (Red+Green+Blue) = 69+46+45=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #452E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E2D is #BAD1D2. Grayscale: #343434. Windows color (decimal): -12243411 or 2960965. OLE color: 2960965.

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

Color convert

RGB 69 46 45 -
CMYK 0 0.33 0.35 0.73
HSL 2.5º 0.21% 0.22% -
HSV(B) 2.5º 0.35% 0.27% -
XYZ 3.9 3.41 2.93 -
YUV 52.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 69 46 45 0 0.33 0.35 0.73 2.5 0.21 0.22
Hex 45 2E 2D 0 21 23 49 2 15 16
Octal 105 56 55 0 41 43 111 2 25 26
Binary 1000101 101110 101101 0 100001 100011 1001001 10 10101 10110

Color Harmonies of #452E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E2D

Black with #452E2D

Text Example


Text Example

White with #452E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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