Html Css Color HEX #452826 Espresso

📋 copy color: '#452826'

red 69 ◦ green 40 ◦ blue 38

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

Shades of Espresso #452826

Tints of Espresso #452826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

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

R = 46.94%
G = 27.21%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#452826 (or 0x452826) is known color: Espresso. HEX triplet: 45, 28 and 26. RGB value is (69,40,38). Sum of RGB (Red+Green+Blue) = 69+40+38=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452826 is #BAD7D9. Grayscale: #303030. Windows color (decimal): -12244954 or 2500677. OLE color: 2500677.

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

Color convert

RGB 69 40 38 -
CMYK 0 0.42 0.45 0.73
HSL 3.87º 0.29% 0.21% -
HSV(B) 3.87º 0.45% 0.27% -
XYZ 3.56 2.92 2.21 -
YUV 48.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 69 40 38 0 0.42 0.45 0.73 3.87 0.29 0.21
Hex 45 28 26 0 2A 2D 49 4 1D 15
Octal 105 50 46 0 52 55 111 4 35 25
Binary 1000101 101000 100110 0 101010 101101 1001001 100 11101 10101

Color Harmonies of #452826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452826

Black with #452826

Text Example


Text Example

White with #452826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452826; }

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

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

background-color css

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

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

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

border-color css

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

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

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