#492205

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

Shades of Brown Pod #492205

Tints of Brown Pod #492205

Color information

#492205 (or 0x492205) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 05. RGB value is (73,34,5). Sum of RGB (Red+Green+Blue) = 73+34+5=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492205 is #B6DDFA. Grayscale: #2A2A2A. Windows color (decimal): -11984379 or 336457. OLE color: 336457.

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

Color convert

RGB73345-
CMYK00.530.930.71
HSL25.59º87.18%15.29%-
HSV(B)25.59º93.15%28.63%-
XYZ3.352.570.46-
YUV42.36106.92149.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=65.18%
G=30.36%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334500.530.930.7125.5987.1815.29
Hex492250355D471a57f
Octal1114250651351073212717
Binary10010011000101010110101101110110001111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492205; }

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

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

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

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

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

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

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

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