Html Css Color HEX #452323 Espresso

📋 copy color: '#452323'

red 69 ◦ green 35 ◦ blue 35

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

Shades of Espresso #452323

Tints of Espresso #452323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 49.64%
G = 25.18%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#452323 (or 0x452323) is known color: Espresso. HEX triplet: 45, 23 and 23. RGB value is (69,35,35). Sum of RGB (Red+Green+Blue) = 69+35+35=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452323 is #BADCDC. Grayscale: #2D2D2D. Windows color (decimal): -12246237 or 2302789. OLE color: 2302789.

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

Color convert

RGB 69 35 35 -
CMYK 0 0.49 0.49 0.73
HSL 0.33% 0.2% -
HSV(B) 0.49% 0.27% -
XYZ 3.36 2.59 1.91 -
YUV 45.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 69 35 35 0 0.49 0.49 0.73 0 0.33 0.2
Hex 45 23 23 0 31 31 49 0 21 14
Octal 105 43 43 0 61 61 111 0 41 24
Binary 1000101 100011 100011 0 110001 110001 1001001 0 100001 10100

Color Harmonies of #452323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452323

Black with #452323

Text Example


Text Example

White with #452323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452323; }

 p { color: rgb(69,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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