Html Css Color HEX #452828 Espresso

📋 copy color: '#452828'

red 69 ◦ green 40 ◦ blue 40

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

Shades of Espresso #452828

Tints of Espresso #452828

RGB

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

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

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

R = 46.31%
G = 26.85%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#452828 (or 0x452828) is known color: Espresso. HEX triplet: 45, 28 and 28. RGB value is (69,40,40). Sum of RGB (Red+Green+Blue) = 69+40+40=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452828 is #BAD7D7. Grayscale: #303030. Windows color (decimal): -12244952 or 2631749. OLE color: 2631749.

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

Color convert

RGB 69 40 40 -
CMYK 0 0.42 0.42 0.73
HSL 0.27% 0.21% -
HSV(B) 0.42% 0.27% -
XYZ 3.6 2.94 2.38 -
YUV 48.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 69 40 40 0 0.42 0.42 0.73 0 0.27 0.21
Hex 45 28 28 0 2A 2A 49 0 1B 15
Octal 105 50 50 0 52 52 111 0 33 25
Binary 1000101 101000 101000 0 101010 101010 1001001 0 11011 10101

Color Harmonies of #452828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452828

Black with #452828

Text Example


Text Example

White with #452828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452828; }

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

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

background-color css

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

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

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

border-color css

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

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

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