Html Css Color HEX #452726 Espresso

📋 copy color: '#452726'

red 69 ◦ green 39 ◦ blue 38

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

Shades of Espresso #452726

Tints of Espresso #452726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.71%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 47.26%
G = 26.71%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#452726 (or 0x452726) is known color: Espresso. HEX triplet: 45, 27 and 26. RGB value is (69,39,38). Sum of RGB (Red+Green+Blue) = 69+39+38=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452726 is #BAD8D9. Grayscale: #2F2F2F. Windows color (decimal): -12245210 or 2500421. OLE color: 2500421.

HSL color Cylindrical-coordinate representation of color #452726: hue angle of 1.94º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #452726 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 39 38 -
CMYK 0 0.43 0.45 0.73
HSL 1.94º 0.29% 0.21% -
HSV(B) 1.94º 0.45% 0.27% -
XYZ 3.53 2.86 2.2 -
YUV 47.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 69 39 38 0 0.43 0.45 0.73 1.94 0.29 0.21
Hex 45 27 26 0 2B 2D 49 2 1D 15
Octal 105 47 46 0 53 55 111 2 35 25
Binary 1000101 100111 100110 0 101011 101101 1001001 10 11101 10101

Color Harmonies of #452726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452726

Black with #452726

Text Example


Text Example

White with #452726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452726; }

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

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

background-color css

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

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

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

border-color css

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

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

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