Html Css Color HEX #452823 Espresso

📋 copy color: '#452823'

red 69 ◦ green 40 ◦ blue 35

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

Shades of Espresso #452823

Tints of Espresso #452823

RGB

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

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

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

R = 47.92%
G = 27.78%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#452823 (or 0x452823) is known color: Espresso. HEX triplet: 45, 28 and 23. RGB value is (69,40,35). Sum of RGB (Red+Green+Blue) = 69+40+35=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452823 is #BAD7DC. Grayscale: #303030. Windows color (decimal): -12244957 or 2304069. OLE color: 2304069.

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

Color convert

RGB 69 40 35 -
CMYK 0 0.42 0.49 0.73
HSL 8.82º 0.33% 0.2% -
HSV(B) 8.82º 0.49% 0.27% -
XYZ 3.52 2.9 1.97 -
YUV 48.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 69 40 35 0 0.42 0.49 0.73 8.82 0.33 0.2
Hex 45 28 23 0 2A 31 49 9 21 14
Octal 105 50 43 0 52 61 111 11 41 24
Binary 1000101 101000 100011 0 101010 110001 1001001 1001 100001 10100

Color Harmonies of #452823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452823

Black with #452823

Text Example


Text Example

White with #452823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452823; }

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

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

background-color css

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

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

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

border-color css

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

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

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