Html Css Color HEX #452824 Espresso

📋 copy color: '#452824'

red 69 ◦ green 40 ◦ blue 36

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

Shades of Espresso #452824

Tints of Espresso #452824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 47.59%
G = 27.59%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#452824 (or 0x452824) is known color: Espresso. HEX triplet: 45, 28 and 24. RGB value is (69,40,36). Sum of RGB (Red+Green+Blue) = 69+40+36=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452824 is #BAD7DB. Grayscale: #303030. Windows color (decimal): -12244956 or 2369605. OLE color: 2369605.

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

Color convert

RGB 69 40 36 -
CMYK 0 0.42 0.48 0.73
HSL 7.27º 0.31% 0.21% -
HSV(B) 7.27º 0.48% 0.27% -
XYZ 3.53 2.91 2.04 -
YUV 48.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 69 40 36 0 0.42 0.48 0.73 7.27 0.31 0.21
Hex 45 28 24 0 2A 30 49 7 1F 15
Octal 105 50 44 0 52 60 111 7 37 25
Binary 1000101 101000 100100 0 101010 110000 1001001 111 11111 10101

Color Harmonies of #452824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452824

Black with #452824

Text Example


Text Example

White with #452824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452824; }

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

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

background-color css

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

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

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

border-color css

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

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

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