Html Css Color HEX #492A24 Espresso

📋 copy color: '#492A24'

red 73 ◦ green 42 ◦ blue 36

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

Shades of Espresso #492A24

Tints of Espresso #492A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 48.34%
G = 27.81%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492A24 (or 0x492A24) is known color: Espresso. HEX triplet: 49, 2A and 24. RGB value is (73,42,36). Sum of RGB (Red+Green+Blue) = 73+42+36=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A24 is #B6D5DB. Grayscale: #323232. Windows color (decimal): -11982300 or 2370121. OLE color: 2370121.

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

Color convert

RGB 73 42 36 -
CMYK 0 0.42 0.51 0.71
HSL 9.73º 0.34% 0.21% -
HSV(B) 9.73º 0.51% 0.29% -
XYZ 3.89 3.2 2.08 -
YUV 50.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 73 42 36 0 0.42 0.51 0.71 9.73 0.34 0.21
Hex 49 2A 24 0 2A 33 47 A 22 15
Octal 111 52 44 0 52 63 107 12 42 25
Binary 1001001 101010 100100 0 101010 110011 1000111 1010 100010 10101

Color Harmonies of #492A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A24

Black with #492A24

Text Example


Text Example

White with #492A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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