#491603

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

Shades of Brown Pod #491603

Tints of Brown Pod #491603

Color information

#491603 (or 0x491603) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 03. RGB value is (73,22,3). Sum of RGB (Red+Green+Blue) = 73+22+3=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491603 is #B6E9FC. Grayscale: #232323. Windows color (decimal): -11987453 or 202313. OLE color: 202313.

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

Color convert

RGB73223-
CMYK00.700.960.71
HSL16.29º92.11%14.9%-
HSV(B)16.29º95.89%28.63%-
XYZ3.0520.31-
YUV35.08109.9155.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=74.49%
G=22.45%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322300.700.960.7116.2992.1114.9
Hex491630466047105cf
Octal11126301061401072013417
Binary1001001101101101000110110000010001111000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491603; }

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

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

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

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

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

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

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

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