Html Css Color HEX #452524 Espresso

📋 copy color: '#452524'

red 69 ◦ green 37 ◦ blue 36

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

Shades of Espresso #452524

Tints of Espresso #452524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 48.59%
G = 26.06%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#452524 (or 0x452524) is known color: Espresso. HEX triplet: 45, 25 and 24. RGB value is (69,37,36). Sum of RGB (Red+Green+Blue) = 69+37+36=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #452524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452524 is #BADADB. Grayscale: #2E2E2E. Windows color (decimal): -12245724 or 2368837. OLE color: 2368837.

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

Color convert

RGB 69 37 36 -
CMYK 0 0.46 0.48 0.73
HSL 1.82º 0.31% 0.21% -
HSV(B) 1.82º 0.48% 0.27% -
XYZ 3.43 2.72 2.01 -
YUV 46.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 69 37 36 0 0.46 0.48 0.73 1.82 0.31 0.21
Hex 45 25 24 0 2E 30 49 2 1F 15
Octal 105 45 44 0 56 60 111 2 37 25
Binary 1000101 100101 100100 0 101110 110000 1001001 10 11111 10101

Color Harmonies of #452524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452524

Black with #452524

Text Example


Text Example

White with #452524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452524; }

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

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

background-color css

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

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

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

border-color css

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

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

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