Html Css Color HEX #452A26 Espresso

📋 copy color: '#452A26'

red 69 ◦ green 42 ◦ blue 38

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

Shades of Espresso #452A26

Tints of Espresso #452A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.19%

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

R = 46.31%
G = 28.19%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#452A26 (or 0x452A26) is known color: Espresso. HEX triplet: 45, 2A and 26. RGB value is (69,42,38). Sum of RGB (Red+Green+Blue) = 69+42+38=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A26 is #BAD5D9. Grayscale: #313131. Windows color (decimal): -12244442 or 2501189. OLE color: 2501189.

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

Color convert

RGB 69 42 38 -
CMYK 0 0.39 0.45 0.73
HSL 7.74º 0.29% 0.21% -
HSV(B) 7.74º 0.45% 0.27% -
XYZ 3.63 3.06 2.23 -
YUV 49.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 69 42 38 0 0.39 0.45 0.73 7.74 0.29 0.21
Hex 45 2A 26 0 27 2D 49 8 1D 15
Octal 105 52 46 0 47 55 111 10 35 25
Binary 1000101 101010 100110 0 100111 101101 1001001 1000 11101 10101

Color Harmonies of #452A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452A26

Black with #452A26

Text Example


Text Example

White with #452A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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