Html Css Color HEX #492E27 Espresso

📋 copy color: '#492E27'

red 73 ◦ green 46 ◦ blue 39

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

Shades of Espresso #492E27

Tints of Espresso #492E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.11%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 46.2%
G = 29.11%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492E27 (or 0x492E27) is known color: Espresso. HEX triplet: 49, 2E and 27. RGB value is (73,46,39). Sum of RGB (Red+Green+Blue) = 73+46+39=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E27 is #B6D1D8. Grayscale: #353535. Windows color (decimal): -11981273 or 2567753. OLE color: 2567753.

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

Color convert

RGB 73 46 39 -
CMYK 0 0.37 0.47 0.71
HSL 12.35º 0.3% 0.22% -
HSV(B) 12.35º 0.47% 0.29% -
XYZ 4.09 3.52 2.38 -
YUV 53.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 73 46 39 0 0.37 0.47 0.71 12.35 0.3 0.22
Hex 49 2E 27 0 25 2F 47 C 1E 16
Octal 111 56 47 0 45 57 107 14 36 26
Binary 1001001 101110 100111 0 100101 101111 1000111 1100 11110 10110

Color Harmonies of #492E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E27

Black with #492E27

Text Example


Text Example

White with #492E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E27; }

 p { color: rgb(73,46,39); }

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

background-color css

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

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

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

border-color css

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

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

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