Html Css Color HEX #452F2E Espresso

📋 copy color: '#452F2E'

red 69 ◦ green 47 ◦ blue 46

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

Shades of Espresso #452F2E

Tints of Espresso #452F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 42.59%
G = 29.01%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#452F2E (or 0x452F2E) is known color: Espresso. HEX triplet: 45, 2F and 2E. RGB value is (69,47,46). Sum of RGB (Red+Green+Blue) = 69+47+46=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #452F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F2E is #BAD0D1. Grayscale: #353535. Windows color (decimal): -12243154 or 3026757. OLE color: 3026757.

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

Color convert

RGB 69 47 46 -
CMYK 0 0.32 0.33 0.73
HSL 2.61º 0.2% 0.23% -
HSV(B) 2.61º 0.33% 0.27% -
XYZ 3.96 3.5 3.05 -
YUV 53.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 69 47 46 0 0.32 0.33 0.73 2.61 0.2 0.23
Hex 45 2F 2E 0 20 21 49 3 14 17
Octal 105 57 56 0 40 41 111 3 24 27
Binary 1000101 101111 101110 0 100000 100001 1001001 11 10100 10111

Color Harmonies of #452F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452F2E

Black with #452F2E

Text Example


Text Example

White with #452F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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