Html Css Color HEX #492C26 Espresso

📋 copy color: '#492C26'

red 73 ◦ green 44 ◦ blue 38

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

Shades of Espresso #492C26

Tints of Espresso #492C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

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

R = 47.1%
G = 28.39%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492C26 (or 0x492C26) is known color: Espresso. HEX triplet: 49, 2C and 26. RGB value is (73,44,38). Sum of RGB (Red+Green+Blue) = 73+44+38=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C26 is #B6D3D9. Grayscale: #343434. Windows color (decimal): -11981786 or 2501705. OLE color: 2501705.

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

Color convert

RGB 73 44 38 -
CMYK 0 0.40 0.48 0.71
HSL 10.29º 0.32% 0.22% -
HSV(B) 10.29º 0.48% 0.29% -
XYZ 4 3.36 2.27 -
YUV 51.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 73 44 38 0 0.40 0.48 0.71 10.29 0.32 0.22
Hex 49 2C 26 0 28 30 47 A 20 16
Octal 111 54 46 0 50 60 107 12 40 26
Binary 1001001 101100 100110 0 101000 110000 1000111 1010 100000 10110

Color Harmonies of #492C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C26

Black with #492C26

Text Example


Text Example

White with #492C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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