Html Css Color HEX #492C2B Espresso

📋 copy color: '#492C2B'

red 73 ◦ green 44 ◦ blue 43

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

Shades of Espresso #492C2B

Tints of Espresso #492C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 45.63%
G = 27.5%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#492C2B (or 0x492C2B) is known color: Espresso. HEX triplet: 49, 2C and 2B. RGB value is (73,44,43). Sum of RGB (Red+Green+Blue) = 73+44+43=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C2B is #B6D3D4. Grayscale: #343434. Windows color (decimal): -11981781 or 2829385. OLE color: 2829385.

HSL color Cylindrical-coordinate representation of color #492C2B: hue angle of 2º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492C2B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 44 43 -
CMYK 0 0.40 0.41 0.71
HSL 0.26% 0.23% -
HSV(B) 0.41% 0.29% -
XYZ 4.08 3.39 2.72 -
YUV 52.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 73 44 43 0 0.40 0.41 0.71 2 0.26 0.23
Hex 49 2C 2B 0 28 29 47 2 1A 17
Octal 111 54 53 0 50 51 107 2 32 27
Binary 1001001 101100 101011 0 101000 101001 1000111 10 11010 10111

Color Harmonies of #492C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C2B

Black with #492C2B

Text Example


Text Example

White with #492C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,43); }

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

background-color css

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

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

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

border-color css

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

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

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