Html Css Color HEX #492626 Espresso

📋 copy color: '#492626'

red 73 ◦ green 38 ◦ blue 38

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

Shades of Espresso #492626

Tints of Espresso #492626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

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

R = 48.99%
G = 25.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492626 (or 0x492626) is known color: Espresso. HEX triplet: 49, 26 and 26. RGB value is (73,38,38). Sum of RGB (Red+Green+Blue) = 73+38+38=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492626 is #B6D9D9. Grayscale: #303030. Windows color (decimal): -11983322 or 2500169. OLE color: 2500169.

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

Color convert

RGB 73 38 38 -
CMYK 0 0.48 0.48 0.71
HSL 0.32% 0.22% -
HSV(B) 0.48% 0.29% -
XYZ 3.79 2.94 2.2 -
YUV 48.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 73 38 38 0 0.48 0.48 0.71 0 0.32 0.22
Hex 49 26 26 0 30 30 47 0 20 16
Octal 111 46 46 0 60 60 107 0 40 26
Binary 1001001 100110 100110 0 110000 110000 1000111 0 100000 10110

Color Harmonies of #492626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492626

Black with #492626

Text Example


Text Example

White with #492626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492626; }

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

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

background-color css

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

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

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

border-color css

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

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

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