#491605

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

Shades of Brown Pod #491605

Tints of Brown Pod #491605

Color information

#491605 (or 0x491605) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 05. RGB value is (73,22,5). Sum of RGB (Red+Green+Blue) = 73+22+5=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491605 is #B6E9FA. Grayscale: #232323. Windows color (decimal): -11987451 or 333385. OLE color: 333385.

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

Color convert

RGB73225-
CMYK00.700.930.71
HSL15º87.18%15.29%-
HSV(B)15º93.15%28.63%-
XYZ3.0620.37-
YUV35.31110.9154.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 5 (2.34% from 255) = 5%
R=73%
G=22%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322500.700.930.711587.1815.29
Hex491650465D47f57f
Octal11126501061351071712717
Binary1001001101101010100011010111011000111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491605; }

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

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

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

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

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

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

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

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