Html Css Color HEX #492926 Espresso

📋 copy color: '#492926'

red 73 ◦ green 41 ◦ blue 38

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

Shades of Espresso #492926

Tints of Espresso #492926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25%

R = 48.03%
G = 26.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492926 (or 0x492926) is known color: Espresso. HEX triplet: 49, 29 and 26. RGB value is (73,41,38). Sum of RGB (Red+Green+Blue) = 73+41+38=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492926 is #B6D6D9. Grayscale: #323232. Windows color (decimal): -11982554 or 2500937. OLE color: 2500937.

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

Color convert

RGB 73 41 38 -
CMYK 0 0.44 0.48 0.71
HSL 5.14º 0.32% 0.22% -
HSV(B) 5.14º 0.48% 0.29% -
XYZ 3.89 3.14 2.24 -
YUV 50.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 73 41 38 0 0.44 0.48 0.71 5.14 0.32 0.22
Hex 49 29 26 0 2C 30 47 5 20 16
Octal 111 51 46 0 54 60 107 5 40 26
Binary 1001001 101001 100110 0 101100 110000 1000111 101 100000 10110

Color Harmonies of #492926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492926

Black with #492926

Text Example


Text Example

White with #492926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492926; }

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

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

background-color css

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

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

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

border-color css

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

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

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