Html Css Color HEX #492A26 Espresso

📋 copy color: '#492A26'

red 73 ◦ green 42 ◦ blue 38

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

Shades of Espresso #492A26

Tints of Espresso #492A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.45%

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

R = 47.71%
G = 27.45%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492A26 (or 0x492A26) is known color: Espresso. HEX triplet: 49, 2A and 26. RGB value is (73,42,38). Sum of RGB (Red+Green+Blue) = 73+42+38=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A26 is #B6D5D9. Grayscale: #323232. Windows color (decimal): -11982298 or 2501193. OLE color: 2501193.

HSL color Cylindrical-coordinate representation of color #492A26: hue angle of 6.86º 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 #492A26 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 38 -
CMYK 0 0.42 0.48 0.71
HSL 6.86º 0.32% 0.22% -
HSV(B) 6.86º 0.48% 0.29% -
XYZ 3.93 3.21 2.25 -
YUV 50.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 73 42 38 0 0.42 0.48 0.71 6.86 0.32 0.22
Hex 49 2A 26 0 2A 30 47 7 20 16
Octal 111 52 46 0 52 60 107 7 40 26
Binary 1001001 101010 100110 0 101010 110000 1000111 111 100000 10110

Color Harmonies of #492A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A26

Black with #492A26

Text Example


Text Example

White with #492A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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