Html Css Color HEX #452929 Espresso

📋 copy color: '#452929'

red 69 ◦ green 41 ◦ blue 41

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

Shades of Espresso #452929

Tints of Espresso #452929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 41 (16.41% from 255) = 27.15%

R = 45.7%
G = 27.15%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#452929 (or 0x452929) is known color: Espresso. HEX triplet: 45, 29 and 29. RGB value is (69,41,41). Sum of RGB (Red+Green+Blue) = 69+41+41=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #452929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452929 is #BAD6D6. Grayscale: #313131. Windows color (decimal): -12244695 or 2697541. OLE color: 2697541.

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

Color convert

RGB 69 41 41 -
CMYK 0 0.41 0.41 0.73
HSL 0.25% 0.22% -
HSV(B) 0.41% 0.27% -
XYZ 3.65 3.01 2.49 -
YUV 49.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 69 41 41 0 0.41 0.41 0.73 0 0.25 0.22
Hex 45 29 29 0 29 29 49 0 19 16
Octal 105 51 51 0 51 51 111 0 31 26
Binary 1000101 101001 101001 0 101001 101001 1001001 0 11001 10110

Color Harmonies of #452929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452929

Black with #452929

Text Example


Text Example

White with #452929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452929; }

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

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

background-color css

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

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

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

border-color css

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

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

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