Html Css Color HEX #492525 Espresso

📋 copy color: '#492525'

red 73 ◦ green 37 ◦ blue 37

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

Shades of Espresso #492525

Tints of Espresso #492525

RGB

 RED value IS 73 (28.91% from 255) = 49.66%

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 49.66%
G = 25.17%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492525 (or 0x492525) is known color: Espresso. HEX triplet: 49, 25 and 25. RGB value is (73,37,37). Sum of RGB (Red+Green+Blue) = 73+37+37=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492525 is #B6DADA. Grayscale: #2F2F2F. Windows color (decimal): -11983579 or 2434377. OLE color: 2434377.

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

Color convert

RGB 73 37 37 -
CMYK 0 0.49 0.49 0.71
HSL 0.33% 0.22% -
HSV(B) 0.49% 0.29% -
XYZ 3.74 2.87 2.11 -
YUV 47.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 73 37 37 0 0.49 0.49 0.71 0 0.33 0.22
Hex 49 25 25 0 31 31 47 0 21 16
Octal 111 45 45 0 61 61 107 0 41 26
Binary 1001001 100101 100101 0 110001 110001 1000111 0 100001 10110

Color Harmonies of #492525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492525

Black with #492525

Text Example


Text Example

White with #492525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492525; }

 p { color: rgb(73,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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