Html Css Color HEX #492424 Espresso

📋 copy color: '#492424'

red 73 ◦ green 36 ◦ blue 36

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

Shades of Espresso #492424

Tints of Espresso #492424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 50.34%
G = 24.83%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492424 (or 0x492424) is known color: Espresso. HEX triplet: 49, 24 and 24. RGB value is (73,36,36). Sum of RGB (Red+Green+Blue) = 73+36+36=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492424 is #B6DBDB. Grayscale: #2F2F2F. Windows color (decimal): -11983836 or 2368585. OLE color: 2368585.

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

Color convert

RGB 73 36 36 -
CMYK 0 0.51 0.51 0.71
HSL 0.34% 0.21% -
HSV(B) 0.51% 0.29% -
XYZ 3.7 2.81 2.02 -
YUV 47.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 73 36 36 0 0.51 0.51 0.71 0 0.34 0.21
Hex 49 24 24 0 33 33 47 0 22 15
Octal 111 44 44 0 63 63 107 0 42 25
Binary 1001001 100100 100100 0 110011 110011 1000111 0 100010 10101

Color Harmonies of #492424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492424

Black with #492424

Text Example


Text Example

White with #492424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492424; }

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

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

background-color css

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

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

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

border-color css

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

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

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