Html Css Color HEX #492C28 Espresso

📋 copy color: '#492C28'

red 73 ◦ green 44 ◦ blue 40

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

Shades of Espresso #492C28

Tints of Espresso #492C28

RGB

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

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

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

R = 46.5%
G = 28.03%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492C28 (or 0x492C28) is known color: Espresso. HEX triplet: 49, 2C and 28. RGB value is (73,44,40). Sum of RGB (Red+Green+Blue) = 73+44+40=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C28 is #B6D3D7. Grayscale: #343434. Windows color (decimal): -11981784 or 2632777. OLE color: 2632777.

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

Color convert

RGB 73 44 40 -
CMYK 0 0.40 0.45 0.71
HSL 7.27º 0.29% 0.22% -
HSV(B) 7.27º 0.45% 0.29% -
XYZ 4.03 3.37 2.45 -
YUV 52.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 73 44 40 0 0.40 0.45 0.71 7.27 0.29 0.22
Hex 49 2C 28 0 28 2D 47 7 1D 16
Octal 111 54 50 0 50 55 107 7 35 26
Binary 1001001 101100 101000 0 101000 101101 1000111 111 11101 10110

Color Harmonies of #492C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C28

Black with #492C28

Text Example


Text Example

White with #492C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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