Html Css Color HEX #492A28 Espresso

📋 copy color: '#492A28'

red 73 ◦ green 42 ◦ blue 40

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

Shades of Espresso #492A28

Tints of Espresso #492A28

RGB

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

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

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

R = 47.1%
G = 27.1%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492A28 (or 0x492A28) is known color: Espresso. HEX triplet: 49, 2A and 28. RGB value is (73,42,40). Sum of RGB (Red+Green+Blue) = 73+42+40=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A28 is #B6D5D7. Grayscale: #333333. Windows color (decimal): -11982296 or 2632265. OLE color: 2632265.

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

Color convert

RGB 73 42 40 -
CMYK 0 0.42 0.45 0.71
HSL 3.64º 0.29% 0.22% -
HSV(B) 3.64º 0.45% 0.29% -
XYZ 3.96 3.23 2.42 -
YUV 51.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 73 42 40 0 0.42 0.45 0.71 3.64 0.29 0.22
Hex 49 2A 28 0 2A 2D 47 4 1D 16
Octal 111 52 50 0 52 55 107 4 35 26
Binary 1001001 101010 101000 0 101010 101101 1000111 100 11101 10110

Color Harmonies of #492A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A28

Black with #492A28

Text Example


Text Example

White with #492A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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