Html Css Color HEX #492928 Espresso

📋 copy color: '#492928'

red 73 ◦ green 41 ◦ blue 40

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

Shades of Espresso #492928

Tints of Espresso #492928

RGB

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

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

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

R = 47.4%
G = 26.62%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492928 (or 0x492928) is known color: Espresso. HEX triplet: 49, 29 and 28. RGB value is (73,41,40). Sum of RGB (Red+Green+Blue) = 73+41+40=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492928 is #B6D6D7. Grayscale: #323232. Windows color (decimal): -11982552 or 2632009. OLE color: 2632009.

HSL color Cylindrical-coordinate representation of color #492928: hue angle of 1.82º 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 #492928 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 40 -
CMYK 0 0.44 0.45 0.71
HSL 1.82º 0.29% 0.22% -
HSV(B) 1.82º 0.45% 0.29% -
XYZ 3.92 3.16 2.41 -
YUV 50.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 73 41 40 0 0.44 0.45 0.71 1.82 0.29 0.22
Hex 49 29 28 0 2C 2D 47 2 1D 16
Octal 111 51 50 0 54 55 107 2 35 26
Binary 1001001 101001 101000 0 101100 101101 1000111 10 11101 10110

Color Harmonies of #492928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492928

Black with #492928

Text Example


Text Example

White with #492928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492928; }

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

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

background-color css

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

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

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

border-color css

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

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

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