#492209

Color #492209 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #492209

Tints of Brown Pod #492209

Color information

#492209 (or 0x492209) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 09. RGB value is (73,34,9). Sum of RGB (Red+Green+Blue) = 73+34+9=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #492209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492209 is #B6DDF6. Grayscale: #2A2A2A. Windows color (decimal): -11984375 or 598601. OLE color: 598601.

HSL color Cylindrical-coordinate representation of color #492209: hue angle of 23.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #492209 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB73349-
CMYK00.530.880.71
HSL23.44º78.05%16.08%-
HSV(B)23.44º87.67%28.63%-
XYZ3.372.580.58-
YUV42.81108.92149.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=62.93%
G=29.31%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334900.530.880.7123.4478.0516.08
Hex492290355847174e10
Octal11142110651301072711620
Binary1001001100010100101101011011000100011110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492209; }

 p { color: rgb(73,34,9); }

 H1.HeaderClassName
 {
   color: #492209;
 }
 .AnyTagClassName
 {
   color: #492209;
 }
</style>
background-color css

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

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

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

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

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

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