Html Css Color HEX #452C28 Espresso

📋 copy color: '#452C28'

red 69 ◦ green 44 ◦ blue 40

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

Shades of Espresso #452C28

Tints of Espresso #452C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 45.1%
G = 28.76%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#452C28 (or 0x452C28) is known color: Espresso. HEX triplet: 45, 2C and 28. RGB value is (69,44,40). Sum of RGB (Red+Green+Blue) = 69+44+40=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #452C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C28 is #BAD3D7. Grayscale: #333333. Windows color (decimal): -12243928 or 2632773. OLE color: 2632773.

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

Color convert

RGB 69 44 40 -
CMYK 0 0.36 0.42 0.73
HSL 8.28º 0.27% 0.21% -
HSV(B) 8.28º 0.42% 0.27% -
XYZ 3.74 3.22 2.43 -
YUV 51.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 69 44 40 0 0.36 0.42 0.73 8.28 0.27 0.21
Hex 45 2C 28 0 24 2A 49 8 1B 15
Octal 105 54 50 0 44 52 111 10 33 25
Binary 1000101 101100 101000 0 100100 101010 1001001 1000 11011 10101

Color Harmonies of #452C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C28

Black with #452C28

Text Example


Text Example

White with #452C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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