Html Css Color HEX #492A2A Espresso

📋 copy color: '#492A2A'

red 73 ◦ green 42 ◦ blue 42

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

Shades of Espresso #492A2A

Tints of Espresso #492A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 46.5%
G = 26.75%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#492A2A (or 0x492A2A) is known color: Espresso. HEX triplet: 49, 2A and 2A. RGB value is (73,42,42). Sum of RGB (Red+Green+Blue) = 73+42+42=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A2A is #B6D5D5. Grayscale: #333333. Windows color (decimal): -11982294 or 2763337. OLE color: 2763337.

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

Color convert

RGB 73 42 42 -
CMYK 0 0.42 0.42 0.71
HSL 0.27% 0.23% -
HSV(B) 0.42% 0.29% -
XYZ 3.99 3.24 2.61 -
YUV 51.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 73 42 42 0 0.42 0.42 0.71 0 0.27 0.23
Hex 49 2A 2A 0 2A 2A 47 0 1B 17
Octal 111 52 52 0 52 52 107 0 33 27
Binary 1001001 101010 101010 0 101010 101010 1000111 0 11011 10111

Color Harmonies of #492A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A2A

Black with #492A2A

Text Example


Text Example

White with #492A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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